Function truncf32
const fn truncf32(x: f32) -> f32
Returns the integer part of an f32.
The stabilized version of this intrinsic is
f32::trunc
truncf32const fn truncf32(x: f32) -> f32
Returns the integer part of an f32.
The stabilized version of this intrinsic is
f32::trunc