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 |
| hypotf(3) - debian |
| hypot(3) - suse |
| hypotl(3) - suse |
| hypot(3) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| Is C worth the effort? |
| Rsync exclude & include? |
| Long file names within shell script |
| Noob trying to improve |
| Issue with events occuring in DST window |