Function std::intrinsics::roundf64
[−]
[src]
pub unsafe extern "rust-intrinsic" fn roundf64(x: f64) -> f64
Unstable
Returns the nearest integer to an f64
`f64`. Rounds half-way cases away from zero.