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