pub fn floor(x: f32) -> f32
std
Returns the largest integer less than or equal to x.
x
This function always returns the precise result.