Rdocumentation
powered by
Learn R Programming
gmp (version 0.3-4)
facorization: Factorize a number
Description
Give all primes numbers to factor the number
Usage
factorize(n)
Arguments
n
Integer
Value
Vector of all numbers.
References
Gnu MP Library see http://swox.com/gmp
Examples
Run this code
factorize(
34455342
)
Run the code above in your browser using
DataLab