Bell 32V development
[unix-history] / usr / src / libF77 / d_erf.c
double derf_(x)
double *x;
{
double erf();
return( erf(*x) );
}