An NDoc Documented Class Library

ContinuedFraction Constructor (Coefficient, Coefficient)

Create a continued fraction with the given coefficient delegates.

public ContinuedFraction(
   Coefficient a,
   Coefficient b
);

Parameters

a
the a coefficient delegate
b
the b coefficient delegate

See Also

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