public class Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static double |
big |
protected static double |
biginv |
protected static double |
LOGPI |
protected static double |
MACHEP |
protected static double |
MAXGAM |
protected static double |
MAXLOG |
protected static double |
MINLOG |
protected static double |
SQRTH |
protected static double |
SQTPI |
Modifier | Constructor and Description |
---|---|
protected |
Constants()
Makes this class non instantiable, but still let's others inherit from it.
|
protected static final double MACHEP
protected static final double MAXLOG
protected static final double MINLOG
protected static final double MAXGAM
protected static final double SQTPI
protected static final double SQRTH
protected static final double LOGPI
protected static final double big
protected static final double biginv
Jump to the Colt Homepage