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