Method: Numeric#sqrt
- Defined in:
- lib/y_support/unicode.rb
#sqrt ⇒ Object
Square root (using Math#sqrt).
68 69 70 |
# File 'lib/y_support/unicode.rb', line 68 def sqrt Math.sqrt( self ) end |
Square root (using Math#sqrt).
68 69 70 |
# File 'lib/y_support/unicode.rb', line 68 def sqrt Math.sqrt( self ) end |