Java org.apache.commons.math3.primes Primes fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.primes Primes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.primes Primes.

The text is from its open source code.

Method

booleanisPrime(int n)
Primality test: tells if the argument is a (provable) prime or not.
intnextPrime(int n)
Return the smallest prime greater than or equal to n.