Class GeneralizedContinuedFraction.Coefficient

    • Method Detail

      • getA

        public double getA()
        Returns the n-th "a" coefficient of the continued fraction.
        Returns:
        the coefficient an.
      • getB

        public double getB()
        Returns the n-th "b" coefficient of the continued fraction.
        Returns:
        the coefficient bn.