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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto fmin (double x, double y) noexcept -> double
 Returns the smaller of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen)
 
constexpr auto fmin (float x, float y) noexcept -> float
 Returns the smaller of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen)
 
constexpr auto fmin (long double x, long double y) noexcept -> long double
 Returns the smaller of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen)
 
constexpr auto fminf (float x, float y) noexcept -> float
 Returns the smaller of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen)
 
constexpr auto fminl (long double x, long double y) noexcept -> long double
 Returns the smaller of two floating point arguments, treating NaNs as missing data (between a NaN and a numeric value, the numeric value is chosen)