Create a continued fraction with the given coefficient delegates.
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);
ContinuedFraction Class | numerics4net.continuedfraction Namespace