gmp (version 0.6-0)

factorization: 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 0x for hexadecimal, 0b for binary or without prefix for decimal values.) Or an element of class bigz.

Value

Vector of class bigz.

Details

The factorization function uses the Pollard Rho algorithm.

References

The GNU MP Library, see http://gmplib.org

Examples

Run this code
# NOT RUN {
factorize(34455342)
# }

Run the code above in your browser using DataCamp Workspace