pub fn round(x: f32) -> f32
std
Returns the nearest integer to x. If a value is half-way between two integers, round away from 0.0.
x
0.0
This function always returns the precise result.