Class GeneralizedContinuedFraction.Coefficient
java.lang.Object
org.apache.commons.numbers.fraction.GeneralizedContinuedFraction.Coefficient
- Enclosing class:
GeneralizedContinuedFraction
Defines the
n-th "a" and "b" coefficients of the continued fraction.- Since:
- 1.1
-
Method Details
-
getA
Returns then-th "a" coefficient of the continued fraction.- Returns:
- the coefficient
an.
-
getB
Returns then-th "b" coefficient of the continued fraction.- Returns:
- the coefficient
bn.
-
of
Create a new coefficient.- Parameters:
a- "a" coefficientb- "b" coefficient- Returns:
- the coefficient
-