Bell 32V development
[unix-history] / usr / src / libF77 / d_dim.c
double d_dim(a,b)
double *a, *b;
{
return( *a > *b ? *a - *b : 0);
}