class Numeric

Public Instance Methods

root(rt) click to toggle source
# File lib/rpn_ruby.rb, line 2
def root rt  
      self**(1.0/rt)
end