32V/usr/src/libF77/d_erf.c

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

double derf_(x)
double *x;
{
double erf();
return( erf(*x) );
}