factorization {gmp} | R Documentation |
Give all primes numbers to factor the number
factorize(n)
n |
Either integer, numeric or string value
(String value: ither starting with |
The factorization function uses the Pollard Rho algorithm.
Vector of class bigz.
Antoine Lucas
The GNU MP Library, see https://gmplib.org
factorize(34455342)