math-hypot
Computes the square root of a sum of squares.
Computes the square root of a sum of squares.
Computes the hypotenuse of a right triangle.
Compute the hypotenuse avoiding overflow and underflow.
Compute the hypotenuse avoiding overflow and underflow (single-precision).
Compute the hypotenuse using the alpha max plus beta min algorithm.
Compute the hypotenuse.