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