toms468, a Fortran77 code which implements ACM toms algorithm 468, for estimating the integral of a function over a finite interval.
The text of many ACM TOMS algorithms is available online through ACM: https://www.acm.org/pubs/calgo or NETLIB: https://www.netlib.org/toms/index.html.
The information on this web page is distributed under the MIT license.
toms468 is available in a Fortran77 version.
intlib, a Fortran90 code which includes many routines for estimating the integral of a function.
quadpack, a Fortran90 library which includes many routines for estimating the integral of a function, including weight functions, singularities, and infinite intervals.
quad_rule, a Fortran90 code which defines many simple quadrature schemes.
stroud_rule, a Fortran90 library which defines quadrature schemes for a number of geometrically interesting regions.
test_int, a Fortran90 library which contains routines which define integrands suitable for testing integration software.
toms351, a Fortran77 library which carries out Romberg integration of a function.
toms379, a Fortran77 code which carries out adaptive integration of a function.