Method: Numerix::Vector2#sqrt
- Defined in:
- lib/numerix/vector2.rb
#sqrt ⇒ Vector2
Returns 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 |