VMS Help
CRTL, hypot

 *Conan The Librarian

    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 (explode) :

  Close     Help