VCCC  2024.05
VisualCamp Common C++ library
epsilon.hpp File Reference
#include <cmath>
#include <limits>

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<typename T >
epsilon ()
 Get machine epsilon for the given type. More...
 
template<std::size_t i, typename Tuple , typename T >
constexpr auto addEpsilon (Tuple vars, T epsilon)
 Increase the value by small amount. More...