Enumeration of results from fuzzy comparison of two double values.
Synopsis
Declared in <bdlb_doublecompareutil.h>
enum CompareResult;
Members
Name |
Description |
|
The values have fuzzy equality. |
|
The first value is greater than the second (and not fuzzy‐equal). |
|
The first value is less than the second (and not fuzzy‐equal). |
|
At least one value is NaN; the values are not comparable. |
Created with MrDocs