BSD 4 development
[unix-history] / usr / src / lib / libF77 / erf_.c
float erf_(x)
float *x;
{
double erf();
return( erf(*x) );
}