class MoreMath::Sequence

def size

Returns the number of elements, on which the analysis is based.
def size
  @elements.size
end