Enum ApproxMethod
Different methods to check if two floating point values are close to each other.
enum ApproxMethod
: int { ... }
Enum members
| Name | Description |
|---|---|
rel
|
Relative error |
relAndAbs
|
Relative and absolute error |
ulp
|
Unit of Least Precision. |
ulpAndAbs
|
ULP, with absolute error |