EpsilonAlgorithmExtrapolate Method |
Extrapolates the convergence limit of a sequence.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Extrapolate(
double x
)
Public Function Extrapolate (
x As Double
) As Double
public:
double Extrapolate(
double x
)
member Extrapolate :
x : float -> float
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