QUADPACK

QUADPACK is a FORTRAN 77 library for numerical integration of one-dimensional functions.

[2] It was included in the SLATEC Common Mathematical Library and is therefore in the public domain.

The main focus of QUADPACK is on automatic integration routines in which the user inputs the problem and an absolute or relative error tolerance and the routine attempts to perform the integration with an error no larger than that requested.

[7] Each of the adaptive routines also have versions suffixed by E that have an extended parameter list that provides more information and allows more control.

Double precision versions of all routines were released with prefix D. The two general-purpose routines most suitable for use without further analysis of the integrand are QAGS for integration over a finite interval and QAGI for integration over an infinite interval.