Package DistLib
Class Constants
- java.lang.Object
-
- DistLib.Constants
-
public class Constants extends java.lang.ObjectClass defining constants.
-
-
Field Summary
Fields Modifier and Type Field Description static intDBL_DIGstatic doubleDBL_EPSILONstatic intDBL_MANT_DIGstatic intDBL_MAX_EXPstatic intDBL_MIN_EXPstatic intFLT_DIGstatic doubleFLT_EPSILONstatic intFLT_MANT_DIGstatic intFLT_MAX_EXPstatic intFLT_MIN_EXPstatic intFLT_RADIXstatic doubleM_1_PIstatic doubleM_1_SQRT_2static doubleM_1_SQRT_2PIstatic doubleM_LN_2static doubleM_LN_SQRT_2PIstatic doubleM_LN_SQRT_PIstatic doubleM_LN_SQRT_PId2static doubleM_LOG10_2static doubleM_PIstatic doubleM_PI_2static doubleM_PI_halfstatic doubleM_SQRT_2static doubleM_SQRT_2dPIstatic doubleM_SQRT_32static doubleM_SQRT_PIstatic doubleME_DOMAINstatic doubleME_NOCONVstatic doubleME_NONEstatic doubleME_PRECISIONstatic doubleME_RANGEstatic doubleME_UNDERFLOW
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
M_SQRT_2
public static final double M_SQRT_2
- See Also:
- Constant Field Values
-
M_1_SQRT_2
public static final double M_1_SQRT_2
- See Also:
- Constant Field Values
-
M_SQRT_32
public static final double M_SQRT_32
- See Also:
- Constant Field Values
-
M_LN_2
public static final double M_LN_2
- See Also:
- Constant Field Values
-
M_LOG10_2
public static final double M_LOG10_2
- See Also:
- Constant Field Values
-
M_PI
public static final double M_PI
- See Also:
- Constant Field Values
-
M_PI_half
public static final double M_PI_half
- See Also:
- Constant Field Values
-
M_1_PI
public static final double M_1_PI
- See Also:
- Constant Field Values
-
M_PI_2
public static final double M_PI_2
- See Also:
- Constant Field Values
-
M_SQRT_PI
public static final double M_SQRT_PI
- See Also:
- Constant Field Values
-
M_1_SQRT_2PI
public static final double M_1_SQRT_2PI
- See Also:
- Constant Field Values
-
M_SQRT_2dPI
public static final double M_SQRT_2dPI
- See Also:
- Constant Field Values
-
M_LN_SQRT_PI
public static final double M_LN_SQRT_PI
- See Also:
- Constant Field Values
-
M_LN_SQRT_2PI
public static final double M_LN_SQRT_2PI
- See Also:
- Constant Field Values
-
M_LN_SQRT_PId2
public static final double M_LN_SQRT_PId2
- See Also:
- Constant Field Values
-
ME_NONE
public static final double ME_NONE
- See Also:
- Constant Field Values
-
ME_DOMAIN
public static final double ME_DOMAIN
- See Also:
- Constant Field Values
-
ME_RANGE
public static final double ME_RANGE
- See Also:
- Constant Field Values
-
ME_NOCONV
public static final double ME_NOCONV
- See Also:
- Constant Field Values
-
ME_PRECISION
public static final double ME_PRECISION
- See Also:
- Constant Field Values
-
ME_UNDERFLOW
public static final double ME_UNDERFLOW
- See Also:
- Constant Field Values
-
FLT_RADIX
public static final int FLT_RADIX
- See Also:
- Constant Field Values
-
FLT_EPSILON
public static final double FLT_EPSILON
- See Also:
- Constant Field Values
-
DBL_EPSILON
public static final double DBL_EPSILON
- See Also:
- Constant Field Values
-
FLT_DIG
public static final int FLT_DIG
- See Also:
- Constant Field Values
-
DBL_DIG
public static final int DBL_DIG
- See Also:
- Constant Field Values
-
FLT_MANT_DIG
public static final int FLT_MANT_DIG
- See Also:
- Constant Field Values
-
DBL_MANT_DIG
public static final int DBL_MANT_DIG
- See Also:
- Constant Field Values
-
FLT_MIN_EXP
public static final int FLT_MIN_EXP
- See Also:
- Constant Field Values
-
DBL_MIN_EXP
public static final int DBL_MIN_EXP
- See Also:
- Constant Field Values
-
FLT_MAX_EXP
public static final int FLT_MAX_EXP
- See Also:
- Constant Field Values
-
DBL_MAX_EXP
public static final int DBL_MAX_EXP
- See Also:
- Constant Field Values
-
-