hypot()

Determines the square root of the sum of the squares of the arguments passed.

This function is valid in v2.15.0 to v2.24.3. This function has been downloaded 57 times.

Parameter

{…number} numX
Each of the numbers that will be squared and summed together.

Returns

{number}
The square root of the sum of the squares of the arguments passed.