org.apache.mahout.math.jet.math
Class Constants
java.lang.Object
org.apache.mahout.math.jet.math.Constants
- Direct Known Subclasses:
- Arithmetic, Bessel, Gamma, Polynomial, Probability
public class Constants
- extends java.lang.Object
Defines some useful constants.
Field Summary |
protected static double |
BIG
|
protected static double |
BIG_INVERSE
|
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BIG_INVERSE
protected static final double BIG_INVERSE
- See Also:
- Constant Field Values
Constants
protected Constants()
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.