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