Attractive numbers: Difference between revisions

m
spelling correction
(Insitux implementation)
m (spelling correction)
Line 1,707:
 
=={{header|Insitux}}==
Notice that this implementation is not optimally permonantperformant, as primes is called multiple times when the output could be shared, the same is true for distinct-factor and factor.
<syntaxhighlight lang="insitux">
(function primes n
112

edits