◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <math.h>, <errno.h> Syntax: double _hypot( double x, double y ); long double _hypotl( long double x, long double y ); Returns: the length of the hypotenuse if successful; HUGE_VAL (or _LHUGE_VAL for _hypotl) on overflow. errno: ERANGE See also: _cabs -♦-