| 1 | initial version |
numerical_integral calls routines in the GNU Scientific Library. As described in the relevant introduction, the library returns a numerical integration result and an absolute error that satisfy
|RESULT - I| <= ABSERR <= max(epsabs, epsrel |I|)
where I is the exact value of the integral. The absolute and relative error inputs on the right both default to 1e-6 in SageMath.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.