pub unsafe extern "C" fn SCIPrationalRoundLong(
res: *mut c_longlong,
src: *mut SCIP_RATIONAL,
roundmode: SCIP_ROUNDMODE_RAT,
) -> c_uintExpand description
rounds rational to next integer in direction of roundmode
@return FALSE if rational outside of long-range