facorization {gmp}R Documentation

Factorize a number

Description

Give all primes numbers to factor the number

Usage

factorize(n)

Arguments

n Integer

Value

Vector of all numbers.

Author(s)

Antoine Lucas

References

Gnu MP Library see http://swox.com/gmp

Examples

factorize(34455342)

[Package gmp version 0.3-3 Index]