Package pal.math
Class MachineAccuracy
- java.lang.Object
-
- pal.math.MachineAccuracy
-
public class MachineAccuracy extends java.lang.Objectdetermines machine accuracy- Version:
- $Id: MachineAccuracy.java,v 1.4 2001/09/09 22:17:11 alexi Exp $
- 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 doublecomputeEpsilon()compute EPSILON from scratchstatic booleansame(double a, double b)
-