Research V7 development
[unix-history] / usr / src / libF77 / r_atan.c
CommitLineData
27d66adc
KT
1double r_atan(x)
2float *x;
3{
4double atan();
5return( atan(*x) );
6}