__ieee754_atan2f
extern float __ieee754_atan2f __P((float,float));
return __ieee754_atan2f(y,x);
z = __ieee754_atan2f(y,x);