Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3
-
None
-
None
-
Java 1.8, Eclipse, version 3-3.3
Description
The methodÂ
boolean org.apache.commons.math3.util.Precision.equals(double x, double y, double eps)
is returning true when I call it with the parameters: 4.0, -1.0, 10E-14.
Same result for compareTo(...)
Below the code: