#[unsafe(no_mangle)]pub extern "C" fn nstd_math_ceil_f64(x: NSTDFloat64) -> NSTDFloat64
math
Rounds the value x up to the closest integral value.
x
NSTDFloat64 x
NSTDFloat64 value - The value rounded up to the nearest integral value.
NSTDFloat64 value