Elements 6.3.3
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Real.cpp File Reference
#include "ElementsKernel/Real.h"
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <limits>
Include dependency graph for Real.cpp:

Go to the source code of this file.

Classes

class  numeric_limits

Namespaces

namespace  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.
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.
template bool Elements::realBitWiseEqual< float > (const float &left, const float &right)
template bool Elements::realBitWiseEqual< double > (const double &left, const double &right)
pow (T... args)

Function Documentation

◆ pow()

T std::pow ( T... args)