Learn R Programming

gmp (version 0.5-4)

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
factorize(34455342)

Run the code above in your browser using DataLab