tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | nan (char const *arg) noexcept -> double |
Converts the implementation-defined character string arg into the corresponding quiet NaN value. | |
constexpr auto | nanf (char const *arg) noexcept -> float |
Converts the implementation-defined character string arg into the corresponding quiet NaN value. | |
constexpr auto | nanl (char const *arg) noexcept -> long double |
Converts the implementation-defined character string arg into the corresponding quiet NaN value. | |