Function js_sys::Math::min[][src]

pub fn min(x: f64, y: f64) -> f64

The static function Math.min() returns the lowest-valued number passed into it.

MDN documentation