目录

hypot()

描述

hypot函数对于给定的直角三角形的两个直角边,求其斜边的长度。

语法

hypot(x, y);

参数

x int or float: x-coordinate of the point

y int or float: y-coordinate of the point

返回 float