JavaScript is disabled on your browser.
public final class Primes
extends Object
Class for prime number handling.
TODO: actually offer functions for testing primes and generating primes - as
of now, we just offer a list of the first 1000 primes for use by other
classes.
Author:
Erich Schubert
Field Summary
Fields
Modifier and Type
Field and Description
static int[]
FIRST_PRIMES
The first 1000 prime numbers
Constructor Summary
Constructors
Modifier
Constructor and Description
private
Primes ()
Pseudo constructor.
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
Primes
private Primes()
Pseudo constructor.
Copyright © 2015 ELKI Development Team , Lehr- und Forschungseinheit für Datenbanksysteme , Ludwig-Maximilians-Universität München . License information.