fmin

Function fmin 

Source
pub fn fmin(a: f32, b: f32) -> f32
Expand description

Minimum. Transpiles to: fminf(a, b)