V7/usr/src/libF77/d_mod.c

Compare this file to the similar file:
Show the results in this format:

double d_mod(x,y)
double *x, *y;
{
return(*x - (*y) * ( (long int) (*x / *y)) );
}