Function linux_api_math::nearbyintf [] [src]

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

Rounds to an integer value in c_float format

If you want an integer format, use lrintf instead