cfunction (math/hypot a b) Returns the c from the equation c^2 = a^2 + b^2
(math/hypot 1 1) # => 1.41421 (math/sqrt 2) # => 1.41421