pub fn roundi(x: f64) -> i64
Rounds x to the nearest whole number, with halfway cases rounded away from 0.
x
A type-safe version of [method round], returning an int.
int