DoubleExponentialTransformationIntegrate Method |
Approximate the integral by the double exponential transformation
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Integrate(
Func<double, double> f,
double intervalBegin,
double intervalEnd,
double targetRelativeError
)
Parameters
- f FuncDouble, Double
- The analytic smooth function to integrate.
- intervalBegin Double
- Where the interval starts, inclusive and finite.
- intervalEnd Double
- Where the interval stops, inclusive and finite.
- targetRelativeError Double
- The expected relative accuracy of the approximation.
Return Value
DoubleApproximation of the finite integral in the given interval.
See Also