php man page for hypot

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 triangle

SYNOPSIS
float hypot (float $x, float $y)
DESCRIPTION
hypot(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).
PARAMETERS
o $x - Length of first side o $y - Length of second side
RETURN VALUES
Calculated length of the hypotenuse PHP Documentation Group HYPOT(3)
Related Man Pages
hypotf(3) - linux
hypotl(3) - linux
hypotl(3) - centos
hypotf(3) - suse
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
Long file names within shell script
In shell scripting found "\n-" and don't know what is it for
AIX version selection