devela::_dep::js_sys::Math

Function floor

Source
pub fn floor(x: f64) -> f64 
Available on crate feature dep_js_sys only.
Expand description

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

MDN documentation