Method: Math.hypot

Defined in:
lib/source/ruby.rb

.hypot(x, y) ⇒ Object

call-seq:

Math.hypot(x,y) -> numeric

FIX: Incomplete



1654
1655
# File 'lib/source/ruby.rb', line 1654

def self.hypot(x,y)
end