Module fmin_fmax

Source

Functionsยง

fmax
Return the greater of two arguments or, if either argument is NaN, the other argument.
fmaxf
Return the greater of two arguments or, if either argument is NaN, the other argument.
fmin
Return the lesser of two arguments or, if either argument is NaN, the other argument.
fminf
Return the lesser of two arguments or, if either argument is NaN, the other argument.