tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | fmax (double x, double y) noexcept -> double |
Returns the larger of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen) | |
constexpr auto | fmax (float x, float y) noexcept -> float |
Returns the larger of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen) | |
constexpr auto | fmax (long double x, long double y) noexcept -> long double |
Returns the larger of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen) | |
constexpr auto | fmaxf (float x, float y) noexcept -> float |
Returns the larger of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen) | |
constexpr auto | fmaxl (long double x, long double y) noexcept -> long double |
Returns the larger of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen) | |