An NDoc Documented Class Library

PowerSeries Constructor (Term, UInt32, Double)

Create a series with the given term delegate.

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

Parameters

term
the series term delegate.
iterations
the maximum number of iterations
error
the maximum allowable relative error

See Also

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