QUADPACK
| QUADPACK | |
|---|---|
| Original author(s) | Robert Piessens Elise deDoncker-Kapenga Christoph W. Überhuber David Kahaner | 
| Initial release | May 1981 | 
| Stable release | 11 October 2021
    | 
| Written in | FORTRAN 77 | 
| Type | Library | 
| License | Public domain | 
| Website | nines | 
QUADPACK is a FORTRAN 77 library for numerical integration (quadrature) of one-dimensional functions. It was included in the SLATEC Common Mathematical Library and is therefore in the public domain. The individual subprograms are also available on netlib.
The GNU Scientific Library reimplemented the QUADPACK routines in C. SciPy provides a Python interface to part of QUADPACK.
The pm_quadpack module of the ParaMonte library offers a 100% type-kind-generic multi-precision implementation of QUADPACK library in modern Fortran.