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 |
---|
hypotl(3) - linux |
hypotf(3) - centos |
hypotl(3) - suse |
hypot(3) - x11r4 |
hypot(3) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Grep float/integers but skip some integers |
Want to remove all lines but not latest 50 lines from a file |
Is C worth the effort? |
Rsync exclude & include? |
Noob trying to improve |