jdistlib.math
Class Constants
- java.lang.Object
-
- jdistlib.math.Constants
-
public class Constants extends java.lang.ObjectClass defining constants.
-
-
Field Summary
Fields Modifier and Type Field and Description static doubled1mach3static doubled1mach4static intDBL_DIGstatic doubleDBL_EPSILONstatic intDBL_MANT_DIGstatic doubleDBL_MAXstatic intDBL_MAX_EXPstatic doubleDBL_MINstatic intDBL_MIN_EXPstatic intFLT_DIGstatic doubleFLT_EPSILONstatic intFLT_MANT_DIGstatic intFLT_MAX_EXPstatic intFLT_MIN_EXPstatic intFLT_RADIXstatic doublekInvGoldRatioThis is the squared inverse of the golden ratio ((3 - sqrt(5.0))/ 2).static doubleM_1_PIstatic doubleM_1_SQRT_2static doubleM_1_SQRT_2PIstatic doubleM_2PIstatic doubleM_LN_2PIstatic doubleM_LN_SQRT_2PIstatic doubleM_LN_SQRT_PIstatic doubleM_LN_SQRT_PId2static doubleM_LN10static doubleM_LN2static doubleM_LOG_PIstatic doubleM_LOG10_2static doubleM_PIstatic doubleM_PI_2static doubleM_PI_4static doubleM_PISQ_8static doubleM_SQRT_2static doubleM_SQRT_2dPIstatic doubleM_SQRT_32static doubleM_SQRT_PIstatic doubleME_DOMAINstatic doubleME_NOCONVstatic doubleME_NONEstatic doubleME_PRECISIONstatic doubleME_RANGEstatic doubleME_UNDERFLOWstatic doubleSQRT_DBL_EPSILON
-
Constructor Summary
Constructors Constructor and 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_LN2
public static final double M_LN2
- See Also:
- Constant Field Values
-
M_LN10
public static final double M_LN10
- 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_2PI
public static final double M_2PI
- See Also:
- Constant Field Values
-
M_LOG_PI
public static final double M_LOG_PI
- 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_PI_4
public static final double M_PI_4
- See Also:
- Constant Field Values
-
M_PISQ_8
public static final double M_PISQ_8
- See Also:
- Constant Field Values
-
M_LN_2PI
public static final double M_LN_2PI
- 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
-
DBL_MIN
public static final double DBL_MIN
- See Also:
- Constant Field Values
-
DBL_MAX
public static final double DBL_MAX
- See Also:
- Constant Field Values
-
SQRT_DBL_EPSILON
public static final double SQRT_DBL_EPSILON
-
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
-
d1mach3
public static final double d1mach3
- See Also:
- Constant Field Values
-
d1mach4
public static final double d1mach4
- See Also:
- Constant Field Values
-
kInvGoldRatio
public static final double kInvGoldRatio
This is the squared inverse of the golden ratio ((3 - sqrt(5.0))/ 2). Used in golden-ratio search. Somehow inputting the number directly improves accuracy- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG