ARTS 2.5.11 (git: 6827797f)
|
Go to the source code of this file.
Namespaces | |
namespace | nonstd |
Functions | |
template<class T > | |
constexpr T | nonstd::abs (T x) noexcept |
constexpr int | nonstd::isdigit (int ch) noexcept |
constexpr int | nonstd::isspace (int ch) noexcept |
Returns 1 if x is a standard space-character. | |
constexpr bool | nonstd::isnan (double d) noexcept |
constexpr bool | nonstd::isnan (long double d) noexcept |
constexpr bool | nonstd::isnan (float d) noexcept |