|
Not Enough Math
Lightweight zero-dependency C++ math library
|
#include <concepts>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | nem |
| namespace | nem::intr |
Functions | |
| template<std::floating_point T> | |
| bool | nem::intr::_nem_isnan (T x) noexcept |
| template<std::floating_point T> | |
| bool | nem::intr::_nem_isfinite (T x) noexcept |