Factors of an integer: Difference between revisions

Content deleted Content added
add program to arm assembly
Petelomax (talk | contribs)
Line 2,357: Line 2,357:


=={{header|Julia}}==
=={{header|Julia}}==
{{incorrect|Julia|factor not defined}}
<lang julia>function factors(n)
<lang julia>function factors(n)
f = [one(n)]
f = [one(n)]