Bell 32V development
[unix-history] / usr / src / libF77 / r_mod.c
double r_mod(x,y)
float *x, *y;
{
return(*x - (*y) * ( (long int) (*x / *y)) );
}