calhoun.util
Class PrimeUtil

java.lang.Object
  extended by calhoun.util.PrimeUtil

public class PrimeUtil
extends java.lang.Object


Field Summary
static int[] primes
           
 
Constructor Summary
PrimeUtil()
           
 
Method Summary
static int[] primesToAtLeastN(int number)
          Returns an array of primes that includes all primes up to at least N.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primes

public static int[] primes
Constructor Detail

PrimeUtil

public PrimeUtil()
Method Detail

primesToAtLeastN

public static int[] primesToAtLeastN(int number)
Returns an array of primes that includes all primes up to at least N. May contain more.