MeVisLab Toolbox Reference
mlNumericHelpers.h File Reference
#include <algorithm>
#include <limits>
#include <cmath>

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Functions

template<typename T , std::size_t N>
constexpr T ml::convertTo (const char(&t)[N])
 
template<typename T >
constexpr bool ml::almostEqualRelativeAndAbs (T x, T y, T absoluteEpsilon, T relativeEpsilon=std::numeric_limits< T >::epsilon())