HYPOT function
Description
HYPOT(x,y) returns the square root of the sum of squares of its arguments x and y. This corresponds to calculating the length of the hypotenuse of a right-angled triangle.
The HYPOT function is defined as:
HYPOT(x,y) returns the square root of the sum of squares of its arguments x and y. This corresponds to calculating the length of the hypotenuse of a right-angled triangle.
The HYPOT function is defined as: