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 |
hypot(3) - linux |
hypot(3) - debian |
hypotl(3) - centos |
hypot(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
awk substr |
Grep float/integers but skip some integers |
Rsync exclude & include? |
Noob trying to improve |
AIX version selection |