pub fn roundevenf16(x: f16) -> f16
Round x to the nearest integer, breaking ties toward even. This is IEEE 754 roundToIntegralTiesToEven.
x
roundToIntegralTiesToEven