Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

roundeven

Function roundeven 

Source
pub fn roundeven(x: f64) -> f64
Expand description

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