Releases: irukoa/Extrapolation_Integration
Releases · irukoa/Extrapolation_Integration
Extrapolation_Integration-v1.0.0
Features
- Implementation of Richardson's extrapolation for integration, a.k.a. as the Romberg integration method.
- Function
extrapolation
as an array reduction function. - Compatible with MAC's interface for reduction functions.
Limitations
- FPM is the only supported build system.
- The number of samples must be expressible as
$2^n + 1$ for some$n\in\mathbb{N}$ , else the trapezoidal approximation is returned.
Initial release
Release to add zenodo DOI.