Function ceilf64
const fn ceilf64(x: f64) -> f64
Returns the smallest integer greater than or equal to an f64.
The stabilized version of this intrinsic is
f64::ceil
ceilf64const fn ceilf64(x: f64) -> f64
Returns the smallest integer greater than or equal to an f64.
The stabilized version of this intrinsic is
f64::ceil