Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/test_ish.rb
Instance Method Summary collapse
Instance Method Details
#ish(acceptable_delta = 0.001) ⇒ Object
4 5 6 |
# File 'lib/test_ish.rb', line 4 def ish(acceptable_delta=0.001) ApproximateValue.new self, acceptable_delta end |