Package org.apache.commons.math3.primes

Methods related to prime numbers like primality test, factor decomposition.

See:
          Description

Class Summary
PollardRho Implementation of the Pollard's rho factorization algorithm.
Primes Methods related to prime numbers in the range of int: primality test prime number generation factorization
SmallPrimes Utility methods to work on primes within the int range.
 

Package org.apache.commons.math3.primes Description

Methods related to prime numbers like primality test, factor decomposition.



Copyright (c) 2003-2013 Apache Software Foundation