Click or drag to resize
EpsilonAlgorithmExtrapolate Method
Extrapolates the convergence limit of a sequence.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Extrapolate(
	double x
)

Parameters

x
Type: SystemDouble
A double which specifies the next point in the original series.

Return Value

Type: Double
A double containing the estimate of the limit of the series.
See Also