I N O P 
All Classes All Packages

I

isPrime(int) - Static method in class org.apache.commons.numbers.primes.Primes
Primality test: tells if the argument is a (provable) prime or not.

N

nextPrime(int) - Static method in class org.apache.commons.numbers.primes.Primes
Return the smallest prime greater than or equal to n.

O

org.apache.commons.numbers.primes - package org.apache.commons.numbers.primes
Methods related to prime numbers like primality test, factor decomposition.

P

primeFactors(int) - Static method in class org.apache.commons.numbers.primes.Primes
Prime factors decomposition.
Primes - Class in org.apache.commons.numbers.primes
Methods related to prime numbers in the range of int.
I N O P 
All Classes All Packages