Function roundevenf128

Source
pub fn roundevenf128(x: f128) -> f128
Expand description

Round x to the nearest integer, breaking ties toward even. This is IEEE 754 roundToIntegralTiesToEven.