Go to the source code of this file.
|
| GAUDI_API bool | Gaudi::Math::lomont_compare_float (const float af, const float bf, const unsigned short maxULPs) |
| | equality comparison of float numbers using as the metric the maximal number of Units in the Last Place (ULP).
|
| |
| GAUDI_API bool | Gaudi::Math::lomont_compare_double (const double af, const double bf, const unsigned int maxULPs) |
| | equality comparison of double numbers using as the metric the maximal number of Units in the Last Place (ULP).
|
| |
| GAUDI_API float | Gaudi::Math::next_float (const float af, const short ulps) |
| | Get the floating number that representation is different with respect to the argument for the certain number of "Units in the Last Position".
|
| |
| GAUDI_API double | Gaudi::Math::next_double (const double af, const short ulps) |
| | Get the floating number that representation is different with respect to the argument for the certain number of "Units in the Last Position".
|
| |