Module: RunKit::CoreExt::Numeric
- Defined in:
- lib/run_kit/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#sqrt ⇒ Object
69 |
# File 'lib/run_kit/core_ext.rb', line 69 def sqrt = Math.sqrt(self) |
69 |
# File 'lib/run_kit/core_ext.rb', line 69 def sqrt = Math.sqrt(self) |