Function libm::floor [−][src]
pub fn floor(x: f64) -> f64Expand description
Floor (f64)
Finds the nearest integer less than or equal to x.
pub fn floor(x: f64) -> f64Floor (f64)
Finds the nearest integer less than or equal to x.