Expand description
Numerical quadrature methods for integration
This module provides implementations of various numerical quadrature methods for approximating the definite integral of a function.
Structs§
- Quad
Options - Options for controlling the behavior of the adaptive quadrature algorithm
- Quad
Result - Result of a quadrature computation