Returns the hypotenuse of a triangle with sides x and y - sqrt( x 2 + y 2 ) avoiding intermediate overflow or underflow. If either argument is infinite, then the result is positive infinity. else, if either argument is NaN
(final double x, final double y)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected