[][src]Function js_sys::Math::floor

pub fn floor(x: f64) -> f64

The Math.floor() function returns the largest integer less than or equal to a given number.

MDN documentation