![]() |
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.
|
#include <limits>
#include <numeric>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | SI |
namespace | 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) |