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