Radical of an integer: Difference between revisions

Content added Content deleted
m (→‎{{header|Lua}}: The null value is called nil in Lua)
m (→‎{{header|ALGOL 68}}: Fixed note about specifying the heap size)
Line 30: Line 30:


=={{header|ALGOL 68}}==
=={{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/>
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.
Builds tables of radicals and unique prime factor counts to avoid factorising the numbers.
<syntaxhighlight lang="algol68">
<syntaxhighlight lang="algol68">