class Numeric

The following code extends the class Numeric. The derived classes, for example, Integer and Rational, are also extended.

Public Instance Methods

value() click to toggle source
# File lib/math_programs/e10p.rb, line 30
def value
  self
end