Home | History | Annotate | Download | only in util

Lines Matching full:continued

25  * Provides a generic means to evaluate continued fractions.  Subclasses simply
26 * provided the a and b coefficients to evaluate the continued fraction.
32 * Continued Fraction</a></li>
51 * Access the n-th a coefficient of the continued fraction. Since a can be
60 * Access the n-th b coefficient of the continued fraction. Since b can be
69 * Evaluates the continued fraction at the value x.
71 * @return the value of the continued fraction evaluated at x.
79 * Evaluates the continued fraction at the value x.
82 * @return the value of the continued fraction evaluated at x.
90 * Evaluates the continued fraction at the value x.
93 * @return the value of the continued fraction evaluated at x.
102 * Evaluates the continued fraction at the value x.
109 * Eric W. Weisstein. "Continued Fraction." From MathWorld--A Wolfram Web
123 * @return the value of the continued fraction evaluated at x.