r_mod X
1: double r_mod(x,y) 2: float *x, *y; 3: { 4: return(*x - (*y) * ( (long int) (*x / *y)) ); 5: }