update : 2015.11.03
php.shukuma.com검색:
|
hypot(PHP 4 >= 4.1.0, PHP 5) hypot — Calculate the length of the hypotenuse of a right-angle triangle 설명
float hypot
( float
$x
, float $y
)
hypot() returns the length of the hypotenuse of a
right-angle triangle with sides of length 인수
반환값Calculated length of the hypotenuse |