Start development on BSD-SCCS
[unix-history] / .ref-BSD-3 / usr / src / libF77 / derf_.c
CommitLineData
0ee0e326
BJ
1double derf_(x)
2double *x;
3{
4double erf();
5
6return( erf(*x) );
7}