Libraries
»
math_symbols
(0.1.1)
»
Index (R)
»
Rational
Class: Rational
Inherits:
Object
Object
Rational
show all
Defined in:
lib/math_symbols/core_ext/rational.rb
Instance Method Summary
collapse
#
√
(value) ⇒ Object
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