Function roundevenf

Source
pub fn roundevenf(x: f32) -> f32
Expand description

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