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