pub unsafe extern "C" fn SCIPintervalExp(
infinity: f64,
resultant: *mut SCIP_INTERVAL,
operand: SCIP_INTERVAL,
)Expand description
stores exponential of operand in resultant @attention we assume a correctly rounded exp(double) function when rounding is to nearest