Function round

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

Round x to the nearest integer, breaking ties away from zero.