pub fn fminimumf(x: f32, y: f32) -> f32
Return the lesser of two arguments or, if either argument is NaN, the other argument.
This coincides with IEEE 754-2019 minimum. The result orders -0.0 < 0.0.
minimum