factorization | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.