class MoreMath::ContinuedFraction

def b(n, x = nil)

Returns the value for b_n or b_n(x).
def b(n, x = nil)
  value(@b, n, x)
end