Fixed imagined bug in subject pattern match about
[unix-history] / .ref-BSD-3 / usr / src / libF77 / erf_.c
float erf_(x)
float *x;
{
double erf();
return( erf(*x) );
}