Function round_ties_even_f64
const fn round_ties_even_f64(x: f64) -> f64
Returns the nearest integer to an f64. Rounds half-way cases to the number with an even
least significant digit.
The stabilized version of this intrinsic is
f64::round_ties_even