Function libm::ceil [−][src]
pub fn ceil(x: f64) -> f64Expand description
Ceil (f64)
Finds the nearest integer greater than or equal to x.
pub fn ceil(x: f64) -> f64Ceil (f64)
Finds the nearest integer greater than or equal to x.