Function linux_api_math::rintf [] [src]

pub unsafe extern "C" fn rintf(x: c_float) -> c_float

Rounds to an integer value in c_float format

If you want an integer format, use lrintf instead