Function libm::floorf [−][src]
pub fn floorf(x: f32) -> f32Expand description
Floor (f32)
Finds the nearest integer less than or equal to x.
pub fn floorf(x: f32) -> f32Floor (f32)
Finds the nearest integer less than or equal to x.