Package jebl.math
Class MachineAccuracy
- java.lang.Object
-
- jebl.math.MachineAccuracy
-
public class MachineAccuracy extends java.lang.Objectdetermines machine accuracy- Version:
- $Id: MachineAccuracy.java 914 2008-05-22 05:14:44Z twobeers $
- Author:
- Korbinian Strimmer, Alexei Drummond
-
-
Field Summary
Fields Modifier and Type Field Description static doubleEPSILONmachine accuracy constantstatic doubleSQRT_EPSILONstatic doubleSQRT_SQRT_EPSILON
-
Constructor Summary
Constructors Constructor Description MachineAccuracy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleansame(double a, double b)
-
-
-
Field Detail
-
EPSILON
public static final double EPSILON
machine accuracy constant- See Also:
- Constant Field Values
-
SQRT_EPSILON
public static final double SQRT_EPSILON
- See Also:
- Constant Field Values
-
SQRT_SQRT_EPSILON
public static final double SQRT_SQRT_EPSILON
- See Also:
- Constant Field Values
-
-