Class: Numeric

Inherits:
Object show all
Defined in:
lib/numeric.rb

Instance Method Summary collapse

Instance Method Details

#to_uncertain(uncertainty = 0) ⇒ Object Also known as: uncertain



2
3
4
# File 'lib/numeric.rb', line 2

def to_uncertain(uncertainty = 0)
  Uncertain.new(self, uncertainty)
end