Aliquot sequence classifications: Difference between revisions

Content added Content deleted
m (Automated syntax highlighting fixup (second round - minor fixes))
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 5,558: Line 5,558:
</pre>
</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">import math
<syntaxhighlight lang="v (vlang)">import math
const threshold = u64(1) << 47
const threshold = u64(1) << 47