SCIPintervalSquareRoot

Function SCIPintervalSquareRoot 

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

stores (positive part of) square root of operand in resultant @attention we assume a correctly rounded sqrt(double) function when rounding is to nearest