SCIPintervalLog

Function SCIPintervalLog 

Source
pub unsafe extern "C" fn SCIPintervalLog(
    infinity: f64,
    resultant: *mut SCIP_INTERVAL,
    operand: SCIP_INTERVAL,
)
Expand description

stores natural logarithm of operand in resultant @attention we assume a correctly rounded log(double) function when rounding is to nearest