Factors of an integer: Difference between revisions

Content added Content deleted
(→‎{{header|C sharp|C#}}: moved 1.0 output, added the correct 3.0 output)
m (→‎{{header|Phix}}: and mpz_factors())
Line 5,070: Line 5,070:
{1,3,5,15,823,2469,4115,12345}
{1,3,5,15,823,2469,4115,12345}
</pre>
</pre>
You can find the implementation of factors() and prime_factors() in builtins\pfactors.e
You can find the implementation of factors() and prime_factors() in builtins\pfactors.e and mpz_factors() in mpfr.e for larger numbers.


=={{header|Phixmonti}}==
=={{header|Phixmonti}}==