V7addenda/f77/libF77/erfc_.c

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

float erfc_(x)
float *x;
{
double erfc();

return( erfc(*x) );
}