Bell 32V development
[unix-history] / usr / src / libF77 / r_erf.c
float erf_(x)
float *x;
{
double erf();
return( erf(*x) );
}