fuzzy Equals
Compares two double values, taking care of computing a relative error tolerance threshold.
Return
true if the double are equals with a precision order of DOUBLE_EQUALITY_EPSILON
Parameters
a
first double
b
second double
Compares two double values, taking care of computing a relative error tolerance threshold.
true if the double are equals with a precision order of DOUBLE_EQUALITY_EPSILON
first double
second double