Package cern.jet.math
Class Constants
java.lang.Object
cern.jet.math.Constants
- Direct Known Subclasses:
Arithmetic
public class Constants extends Object
Defines some useful constants.
-
Field Summary
Fields Modifier and Type Field Description protected static doublebigprotected static doublebiginvprotected static doubleLOGPIprotected static doubleMACHEPprotected static doubleMAXGAMprotected static doubleMAXLOGprotected static doubleMINLOGprotected static doubleSQRTHprotected static doubleSQTPI -
Constructor Summary
Constructors Modifier Constructor Description protectedConstants()Makes this class non instantiable, but still let's others inherit from it. -
Method Summary
-
Field Details
-
MACHEP
protected static final double MACHEP- See Also:
- Constant Field Values
-
MAXLOG
protected static final double MAXLOG- See Also:
- Constant Field Values
-
MINLOG
protected static final double MINLOG- See Also:
- Constant Field Values
-
MAXGAM
protected static final double MAXGAM- See Also:
- Constant Field Values
-
SQTPI
protected static final double SQTPI- See Also:
- Constant Field Values
-
SQRTH
protected static final double SQRTH- See Also:
- Constant Field Values
-
LOGPI
protected static final double LOGPI- See Also:
- Constant Field Values
-
big
protected static final double big- See Also:
- Constant Field Values
-
biginv
protected static final double biginv- See Also:
- Constant Field Values
-
-
Constructor Details
-
Constants
protected Constants()Makes this class non instantiable, but still let's others inherit from it.
-