hypot
(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)
hypot — 直角三角形の斜辺の長さを計算する
説明
hypot() は、直角をはさむ 2 辺の長さが
x
および y
である
直角三角形の斜辺の長さ、すなわち原点と
(x
, y
) との距離を返します。
これは sqrt($x*$x + $y*$y)
と等価です。
パラメータ
x
-
最初の辺の長さ。
y
-
二番目の辺の長さ。
戻り値
斜辺の長さを返します。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google