class MoreMath::ContinuedFraction

def a(n, x = nil)

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