__ieee754_hypot
extern double __ieee754_hypot __P((double,double));
return __ieee754_hypot(x,y);
z = __ieee754_hypot(x,y);