|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softsynth.jmsl.util.Primes
public class Primes
use sieve of eratosthenes to find prime number nearest to requested value.
Constructor Summary | |
---|---|
Primes()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static int |
nearest(int value)
Calculate prime number nearest to value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Primes()
Method Detail |
---|
public static int nearest(int value)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |