Function roundevenf16

Source
pub fn roundevenf16(x: f16) -> f16
Expand description

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