An NDoc Documented Class Library

PowerSeries Constructor (Term, Int32, UInt32, Double)

Create a series with the given term delegate.

public PowerSeries(
   Term term,
   int firstIndex,
   uint iterations,
   double error
);

Parameters

term
the series term delegate.
firstIndex
index of the first term in this series.
iterations
the maximum number of iterations
error
the maximum allowable relative error

See Also

PowerSeries Class | numerics4net.series Namespace | PowerSeries Constructor Overload List