HYPOTENUSE(Width, Height)
Returns the hypotenuse of a right-angled triangle given the width and height
Float HYPOTENUSE(Float Width, Float Height)
Width - Float value. If it is not of type float, it is implicitly converted to type float.
Height - Float value. If it is not of type float, it is implicitly converted to type float.
Hypotenuse of a right-angled triangle given the width and height
> PRINT HYPOTENUSE(3, 4)
5.000000