Copyright Digital Equipment Corp. All rights reserved.

hypot

   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)
 


Additional information available:

Arguments       Description     Return_Values