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