hypot(3) php man page | unix.com

Man Page: hypot

Operating Environment: php

Section: 3

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
hypot(3) - linux
hypotf(3) - debian
hypotf(3) - suse
hypot(3) - xfree86
hypot(3) - minix
Similar Topics in the Unix Linux Community
Join not working properly
Long file names within shell script
Noob trying to improve
Avoiding external utilities
Issue with events occuring in DST window