ML Reference
|
#include <algorithm>
#include <limits>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | 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()) |