Package ubic.basecode.math
Class Constants
- java.lang.Object
-
- ubic.basecode.math.Constants
-
public abstract class Constants extends Object
Used in some ports of statistical code.- Author:
- pavlidis
-
-
Field Summary
Fields Modifier and Type Field Description 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_2
static double
M_PI_4
static double
M_PI_half
static double
M_SQRT_2
static double
M_SQRT_2dPI
static double
M_SQRT_PI
static double
SMALL
static double
SMALLISH
static double
TINY
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
M_1_PI
public static final double M_1_PI
- See Also:
- Constant Field Values
-
M_1_SQRT_2
public static final double M_1_SQRT_2
- See Also:
- Constant Field Values
-
M_1_SQRT_2PI
public static final double M_1_SQRT_2PI
- See Also:
- Constant Field Values
-
M_LN_2
public static final double M_LN_2
- 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_PI
public static final double M_LN_SQRT_PI
- See Also:
- Constant Field Values
-
M_LN_SQRT_PId2
public static final double M_LN_SQRT_PId2
- See Also:
- Constant Field Values
-
M_LOG10_2
public static final double M_LOG10_2
- 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_PI_half
public static final double M_PI_half
- See Also:
- Constant Field Values
-
M_SQRT_2
public static final double M_SQRT_2
- See Also:
- Constant Field Values
-
M_SQRT_2dPI
public static final double M_SQRT_2dPI
- See Also:
- Constant Field Values
-
M_SQRT_PI
public static final double M_SQRT_PI
- See Also:
- Constant Field Values
-
SMALL
public static final double SMALL
- See Also:
- Constant Field Values
-
SMALLISH
public static final double SMALLISH
- See Also:
- Constant Field Values
-
TINY
public static final double TINY
- See Also:
- Constant Field Values
-
-