double hypot( double x, double y )
- prototype in math.h - returns z where z**2 = x**2 + y**2, or HUGE_VAL on error