pub unsafe extern "C" fn ceilf(x: f32) -> f32
Compute the smallest integer value not less than x.
Nvidia docs
Returns expressed as a floating-point number.