Function js_sys::Math::floor

source ·
pub fn floor(x: f64) -> f64
Expand description

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

MDN documentation