SCIPrationalRoundLong

Function SCIPrationalRoundLong 

Source
pub unsafe extern "C" fn SCIPrationalRoundLong(
    res: *mut c_longlong,
    src: *mut SCIP_RATIONAL,
    roundmode: SCIP_ROUNDMODE_RAT,
) -> c_uint
Expand description

rounds rational to next integer in direction of roundmode

@return FALSE if rational outside of long-range