Compare two float point numbers with assuming that are equal if are in range of maxAbsDiff
A float point number
Other float point
Max relative difference
Max absoulte difference Returns If _a are aproximated equal that _b, returns 0. Otherwise, if _a > _b, returns 1 and if _a < _b , returns -1;
See Implementation
Compare two float point numbers with assuming that are equal if are in range of maxAbsDiff