Function linux_api_math::rint [] [src]

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

Rounds to an integer value in c_double format

If you want an integer format, use lrint instead