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