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

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

float erf_(x)
float *x;
{
double erf();
return( erf(*x) );
}