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 0x for hexadecimal, 0b for
binary or without prefix for decimal values.)
Or an element of class bigz. |
The factorization function uses the Pollard Rho algorithm.
Vector of class bigz.
Antoine Lucas
Gnu MP Library see http://swox.com/gmp
factorize(34455342)