Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>hypotl() calclulate long double hypotenuse</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 hypotl()                Calclulate Long Double Hypotenuse

 #include   <math.h>
 #include   <errno.h>

 long double hypotl(x, y);
 long double x;         First side of triangle
 long double y;         Second side of triangle

    This is the long double-precision version of hypot(); it calulates
    the long double precision floating point value of the hypotenuse
    of a right triangle whose sides are x and y. See hypot() for
    more information.

    Returns:    The hypotenuse; _LHUGE_VAL if overflow.

 Portability:   Not supported by the ANSI standard.


See Also: cabs() hypot()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson