#[no_mangle]
pub extern "C" fn nstd_math_ceil_f64(x: NSTDFloat64) -> NSTDFloat64
Available on crate feature math only.
Expand description

Rounds the value x up to the closest integral value.

§Parameters:

  • NSTDFloat64 x - The value.

§Returns

NSTDFloat64 value - The value rounded up to the nearest integral value.