An NDoc Documented Class Library

ContinuedFraction Constructor (Coefficient, Coefficient, UInt32, Double)

Create a continued fraction with the given coefficient delegates, number of maximum iterations, and maximum relative error.

public ContinuedFraction(
   Coefficient a,
   Coefficient b,
   uint iterations,
   double tolerance
);

Parameters

a
the a coefficient delegate
b
the b coefficient delegate
iterations
the maximum number of iterations
tolerance
the maximum allowable relative error

See Also

ContinuedFraction Class | numerics4net.continuedfraction Namespace | ContinuedFraction Constructor Overload List