Package DistLib
Class Constants
- java.lang.Object
-
- DistLib.Constants
-
public class Constants extends java.lang.Object
Class defining constants.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DBL_DIG
static double
DBL_EPSILON
static int
DBL_MANT_DIG
static int
DBL_MAX_EXP
static int
DBL_MIN_EXP
static int
FLT_DIG
static double
FLT_EPSILON
static int
FLT_MANT_DIG
static int
FLT_MAX_EXP
static int
FLT_MIN_EXP
static int
FLT_RADIX
static double
M_1_PI
static double
M_1_SQRT_2
static double
M_1_SQRT_2PI
static double
M_LN_2
static double
M_LN_SQRT_2PI
static double
M_LN_SQRT_PI
static double
M_LN_SQRT_PId2
static double
M_LOG10_2
static double
M_PI
static double
M_PI_2
static double
M_PI_half
static double
M_SQRT_2
static double
M_SQRT_2dPI
static double
M_SQRT_32
static double
M_SQRT_PI
static double
ME_DOMAIN
static double
ME_NOCONV
static double
ME_NONE
static double
ME_PRECISION
static double
ME_RANGE
static double
ME_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
-
-