See the overload above for contract.
Synopsis
Declared in <bdlb_doublecompareutil.h>
static
bool
fuzzyNe(
double a,
double b,
double relTol,
double absTol);
Return Value
true if a and b satisfy fuzzy inequality
Parameters
Name |
Description |
a |
first value to compare |
b |
second value to compare |
relTol |
relative tolerance for fuzzy equality |
absTol |
absolute tolerance for fuzzy equality |
Created with MrDocs