IMSL C# Numerical Library

EpsilonAlgorithm.Extrapolate Method 

Extrapolates the convergence limit of a sequence.

public double Extrapolate(
   double x
);

Parameters

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

Return Value

A double containing the estimate of the limit of the series.

See Also

EpsilonAlgorithm Class | Imsl.Math Namespace