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