Query: hypot
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HYPOT(3) 1 HYPOT(3) hypot - Calculate the length of the hypotenuse of a right-angle triangleSYNOPSISfloat hypot (float $x, float $y)DESCRIPTIONhypot(3) returns the length of the hypotenuse of a right-angle triangle with sides of length $x and $y, or the distance of the point ($x, $y) from the origin. This is equivalent to sqrt(x*x + y*y).PARAMETERSo $x - Length of first side o $y - Length of second sideRETURN VALUESCalculated length of the hypotenuse PHP Documentation Group HYPOT(3)
Related Man Pages |
---|
hypotf(3) - linux |
hypotl(3) - linux |
hypotl(3) - centos |
hypotl(3) - suse |
hypot(3) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
awk substr |
Is C worth the effort? |
Avoiding external utilities |
AIX version selection |
Issue with events occuring in DST window |