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.3179.0 (4.8.3179.0)
Syntax
C#
public static double Evaluate(
	Func<double> nextSummand
)

Parameters

nextSummand  FuncDouble
provides the summands sequentially

Return Value

Double
Sum
See Also