145146147148149150151152153154155
+"\n error: "+Math.abs(calculated-expected), Math.abs(calculated - expected) > tolerance); } // outside the original range f.enableExtrapolation(); { // this is just a block double p = x.get(0) - 0.5; double calculated = f.op(p);