Returns sqrt(x2 +y2)
without intermediate overflow or underflow.
Special cases:
- If either argument is infinite, then the result
is positive infinity.
- If either argument is NaN and neither argument is infinite,
then the result is NaN.
Parameters:
Returns: sqrt(x2 +y2)
without intermediate overflow or underflow
Since: 1.5