Method: Numerix::Vector2#sqrt

Defined in:
lib/numerix/vector2.rb

#sqrtVector2

Returns a vector whose elements are the square root of each of this vector's elements.

Returns:

  • (Vector2)

    a vector whose elements are the square root of each of this vector's elements.



115
116
# File 'lib/numerix/vector2.rb', line 115

def sqrt
end