Not Enough Math
Lightweight zero-dependency C++ math library
Loading...
Searching...
No Matches
nem::intr Namespace Reference

Functions

template<std::floating_point T>
bool _nem_isnan (T x) noexcept
 
template<std::floating_point T>
bool _nem_isfinite (T x) noexcept
 

Function Documentation

◆ _nem_isfinite()

template<std::floating_point T>
bool nem::intr::_nem_isfinite ( T x)
noexcept

Definition at line 115 of file intrinsics.hpp.

◆ _nem_isnan()

template<std::floating_point T>
bool nem::intr::_nem_isnan ( T x)
noexcept

Definition at line 111 of file intrinsics.hpp.