pub fn ceil(x: f32) -> f32
Returns the smallest integer greater than or equal to x.
x
Precision is specified when the libm feature is enabled.
libm