Radical of an integer: Difference between revisions

m
→‎{{header|ALGOL 68}}: Fixed note about specifying the heap size
m (→‎{{header|Lua}}: The null value is called nil in Lua)
m (→‎{{header|ALGOL 68}}: Fixed note about specifying the heap size)
 
Line 30:
 
=={{header|ALGOL 68}}==
When running this with ALGOL 68G, a large heap size will need to be specified, e.g.: with <code>-heap -256M</code> on the command line.<br/>
Builds tables of radicals and unique prime factor counts to avoid factorising the numbers.
<syntaxhighlight lang="algol68">
3,025

edits