![]() | primeFactorsPrimefactors Method (Int64) |
Namespace: NumberStone
public static IEnumerable<long> Primefactors( this long x )
If a prime divides x more than once, it will be returned multiple times.
The returned primes will be sorted in ascending order.