Bell 32V development
[unix-history] / usr / src / libF77 / d_erf.c
CommitLineData
0da3b2cd
TL
1double derf_(x)
2double *x;
3{
4double erf();
5return( erf(*x) );
6}