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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto isfinite (double arg) -> bool
 
constexpr auto isfinite (float arg) -> bool
 Determines if the given floating point number arg has finite value i.e. it is normal, subnormal or zero, but not infinite or NaN.
 
constexpr auto isfinite (long double arg) -> bool