pub fn minf(a: f64, b: f64) -> f64
Returns the minimum of two float values.
float
minf(3.6, 24) # Returns 3.6 minf(-3.99, -4) # Returns -4.0