SI  2.5.4
A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units.
Namespaces | Functions
eps_equal.h File Reference
#include <limits>
#include <numeric>
#include <type_traits>
Include dependency graph for eps_equal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SI
 
 SI::detail
 Namespace containing implementation details for SI.
 

Functions

template<typename T , std::enable_if_t< std::is_floating_point_v< T >> * = nullptr>
constexpr bool SI::detail::eps_equals (const T &lhs, const T &rhs)