SeriesEvaluate(FuncDouble) Method |
Numerically stable series summation (stops automatically).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Evaluate(
Func<double> nextSummand
)
Parameters
- nextSummand FuncDouble
- provides the summands sequentially
Return Value
DoubleSum
See Also