Function libm::ceilf [−][src]
pub fn ceilf(x: f32) -> f32Expand description
Ceil (f32)
Finds the nearest integer greater than or equal to x.
pub fn ceilf(x: f32) -> f32Ceil (f32)
Finds the nearest integer greater than or equal to x.