An NDoc Documented Class Library

ContinuedFraction Constructor

Create a continued fraction with the given coefficient delegates.

Overload List

Create a continued fraction with the given coefficient delegates.

public ContinuedFraction(Coefficient,Coefficient);

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

public ContinuedFraction(Coefficient,Coefficient,uint,double);

See Also

ContinuedFraction Class | numerics4net.continuedfraction Namespace