Copyright Digital Equipment Corp. All rights reserved.
Returns the length of the hypotenuse of a right triangle.
Format
#include <math.h>
double hypot (double x, double y);
float hypotf (float x, float y); (Integrity servers, Alpha)
long double hypotl (long double x, long double y);
(Integrity servers, Alpha)
Arguments Description Return_Values