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