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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto isinf (double arg) -> bool
 
constexpr auto isinf (float arg) -> bool
 Determines if the given floating point number arg is a positive or negative infinity.
 
template<etl::integral Int>
constexpr auto isinf (Int arg) -> bool
 
constexpr auto isinf (long double arg) -> bool