Click or drag to resize

SeriesEvaluate(FuncDouble) Method

Numerically stable series summation (stops automatically).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Evaluate(
	Func<double> nextSummand
)

Parameters

nextSummand  FuncDouble
Provides the summands sequentially.

Return Value

Double
The computed sum.
See Also