Click or drag to resize

SeriesEvaluate(IEnumerableDouble) 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(
	IEnumerable<double> infiniteSummands
)

Parameters

infiniteSummands  IEnumerableDouble
provides the summands sequentially

Return Value

Double
Sum
See Also