|
Elements
6.2
A C++ base framework for the Euclid Software.
|
#include "ElementsKernel/Real.h"#include <cmath>#include <cstdint>#include <cstdlib>#include <limits>
Go to the source code of this file.
Namespaces | |
| Elements | |
Functions | |
| ELEMENTS_API bool | Elements::almostEqual2sComplement (const float &left, const float &right, const int &max_ulps=FLT_DEFAULT_MAX_ULPS) |
| This function compare 2 floats with a relative tolerance. More... | |
| ELEMENTS_API bool | Elements::almostEqual2sComplement (const double &left, const double &right, const int &max_ulps=DBL_DEFAULT_MAX_ULPS) |
| This function compare 2 doubles with a relative tolerance. More... | |
| template bool | Elements::realBitWiseEqual< float > (const float &left, const float &right) |
| template bool | Elements::realBitWiseEqual< double > (const double &left, const double &right) |
1.8.17