Function f32_trunc
#[must_use = "method returns a new number and does not mutate the original value"]
pub fn f32_trunc(a: f32) -> f32
Generates the f32.trunc instruction, roundinging to the nearest integer towards zero.
This method is useful when targeting no_std and is equivalent to std::f32::trunc().