Method: Numeric#sqrt

Defined in:
lib/y_support/unicode.rb

#sqrtObject

Square root (using Math#sqrt).



68
69
70
# File 'lib/y_support/unicode.rb', line 68

def sqrt
  Math.sqrt( self )
end