Bell 32V development
[unix-history] / usr / src / libF77 / r_mod.c
CommitLineData
0c9e74ab
TL
1double r_mod(x,y)
2float *x, *y;
3{
4return(*x - (*y) * ( (long int) (*x / *y)) );
5}