82428243824482458246824782488249825082518252
double xx = x; double yy = x + incr; intgn1.setLimits(xx, yy); // Perform quadrature sum = intgn1.gaussQuad(64); boolean test2 = true; for(int i=1; i<nIncr; i++){ xx = yy; yy = xx + incr; intgn1.setLimits(xx, yy);
82488249825082518252825382548255825682578258
boolean test2 = true; for(int i=1; i<nIncr; i++){ xx = yy; yy = xx + incr; intgn1.setLimits(xx, yy); sum += intgn1.gaussQuad(64); } return sum; } // Suppress error message in incomplete gamma series and incomplete gamma fraction methods supressed