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