tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
isnan.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto isnan (double arg) -> bool
 
constexpr auto isnan (float arg) -> bool
 Determines if the given floating point number arg is a not-a-number (NaN) value.
 
template<integral Int>
constexpr auto isnan (Int arg) -> bool
 Determines if the given floating point number arg is a not-a-number (NaN) value.
 
constexpr auto isnan (long double arg) -> bool