Function fminimum_num

Source
pub fn fminimum_num(x: f64, y: f64) -> f64
Expand description

Return the lesser of two arguments or, if either argument is NaN, NaN.

This coincides with IEEE 754-2019 minimumNumber. The result orders -0.0 < 0.0.