devela::_dep::libm

Function ceilf

pub fn ceilf(x: f32) -> f32 
Available on crate feature dep_libm only.
Expand description

Ceil (f32)

Finds the nearest integer greater than or equal to x.