Contents
1
hypot(x, y), hypot(y, x), and hypot(x, -y) are equivalent.
hypot(x, (+-)0) is equivalent to fabs(x).
hypot((+-)(inf), y) returns +(inf), even if y is a NaN.