Function ceil

Source
pub fn ceil(x: f32) -> f32
Expand description

Returns the smallest integer greater than or equal to x.

Precision is specified when the libm feature is enabled.