Function round_ties_even_f32

const fn round_ties_even_f32(x: f32) -> f32

Returns the nearest integer to an f32. Rounds half-way cases to the number with an even least significant digit.

The stabilized version of this intrinsic is f32::round_ties_even