pub unsafe extern "C" fn SCIPrationalMultReal(
res: *mut SCIP_RATIONAL,
op1: *mut SCIP_RATIONAL,
op2: f64,
)Expand description
multiply a rational and a real and save the result in res
pub unsafe extern "C" fn SCIPrationalMultReal(
res: *mut SCIP_RATIONAL,
op1: *mut SCIP_RATIONAL,
op2: f64,
)multiply a rational and a real and save the result in res