Function fminf

Source
pub fn fminf(x: f32, y: f32) -> f32
Expand description

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

This coincides with IEEE 754-2011 minNum. The result disregards signed zero (meaning if the inputs are -0.0 and +0.0, either may be returned).