Function ceil

Source
pub fn ceil(x: f32) -> f32
Available on crate feature std only.
Expand description

Returns the smallest integer greater than or equal to x.

This function always returns the precise result.