Function linux_api_math::nearbyint [] [src]

pub unsafe extern "C" fn nearbyint(x: c_double) -> c_double

Rounds to an integer value in c_double format

If you want an integer format, use lrint instead