factorization {gmp} | R Documentation |
Factorize a number
Description
Give all primes numbers to factor the number
Usage
factorize(n)
Arguments
n |
Either integer, numeric or string value
(String value: ither starting with |
Details
The factorization function uses the Pollard Rho algorithm.
Value
Vector of class bigz.
Author(s)
Antoine Lucas
References
The GNU MP Library, see https://gmplib.org
Examples
factorize(34455342)
[Package gmp version 0.7-4 Index]