Skip to main content

ceilf

Function ceilf 

pub fn ceilf(x: f64) -> f64
Expand description

Rounds x upward (towards positive infinity), returning the smallest whole number that is not less than x.

A type-safe version of [method ceil], returning a float.