Class: Rational

Inherits:
Object show all
Defined in:
lib/math_symbols/core_ext/rational.rb

Instance Method Summary collapse

Instance Method Details

#(value) ⇒ Object



2
3
4
# File 'lib/math_symbols/core_ext/rational.rb', line 2

def (value)
  value ** (1.0 / self)
end