Function round_ties_even_f128

const fn round_ties_even_f128(x: f128) -> f128

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

The stabilized version of this intrinsic is f128::round_ties_even