PrimeNumberMathPrimeFactorization Method |
Computes the prime factorization of x.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static List<PrimeFactor> PrimeFactorization(
long x
)
Parameters
- x Int64
- The number to factor (must be >= 1).
Return Value
ListPrimeFactorA list of prime factors (prime, power).
Exceptions
See Also