V7addenda/f77/libF77/derf_.c

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

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

return( erf(*x) );
}