functions-online

hypot

说明

hypot() 函数将会跟据直角三角形的两直解边长度 $x 和 $y 计算其斜边的长度。或者是从标点 ($x, $y) 到原点的距离。该函数的算法等同于 sqrt(x*x + y*y)。

申报 hypot

float hypot ( float $x , float $y )

在线测试的 hypot







share hypot

注释 hypot

+

Leave your comment