Hypot(
     double:x,
     double:y,
     [double:z]
)
double

Arguments

x

First input value.

y

Second input value.

z

Optional. Third input value.

Return value

Hypotenuse of a right-angled triangle.

Description

Computes the square root of the sum of the squares of x and y (and z, if three coordinates are given).