SCIPintervalPowerScalar

Function SCIPintervalPowerScalar 

Source
pub unsafe extern "C" fn SCIPintervalPowerScalar(
    infinity: f64,
    resultant: *mut SCIP_INTERVAL,
    operand1: SCIP_INTERVAL,
    operand2: f64,
)
Expand description

stores operand1 to the power of the scalar operand2 in resultant @attention we assume a correctly rounded pow(double) function when rounding is to nearest