Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/rpn_ruby.rb
Instance Method Summary collapse
Instance Method Details
#root(rt) ⇒ Object
2 3 4 |
# File 'lib/rpn_ruby.rb', line 2 def root rt self**(1.0/rt) end |