Constant Field Values

Contents

org.apache.*

  • org.apache.commons.math.special.Gamma 
    Modifier and Type Constant Field Value
    public static final double GAMMA 0.5772156649015329
  • org.apache.commons.math.util.FastMath 
    Modifier and Type Constant Field Value
    public static final double E 2.718281828459045
    public static final double PI 3.141592653589793
  • org.apache.commons.math.util.MathUtils 
    Modifier and Type Constant Field Value
    public static final double EPSILON 1.1102230246251565E-16
    public static final double SAFE_MIN 2.2250738585072014E-308
    public static final double TWO_PI 6.283185307179586
  • org.apache.commons.math.util.OpenIntToDoubleHashMap 
    Modifier and Type Constant Field Value
    protected static final byte FREE 0
    protected static final byte FULL 1
    protected static final byte REMOVED 2
  • org.apache.commons.math.util.OpenIntToFieldHashMap<T extends FieldElement<T>> 
    Modifier and Type Constant Field Value
    protected static final byte FREE 0
    protected static final byte FULL 1
    protected static final byte REMOVED 2
  • org.apache.commons.math.util.ResizableDoubleArray 
    Modifier and Type Constant Field Value
    public static final int ADDITIVE_MODE 1
    public static final int MULTIPLICATIVE_MODE 0