Fixed imagined bug in subject pattern match about
[unix-history] / .ref-BSD-3 / usr / src / libF77 / d_atan.c
CommitLineData
0ee0e326
BJ
1double d_atan(x)
2double *x;
3{
4double atan();
5return( atan(*x) );
6}