5 lines
97 B
C
5 lines
97 B
C
|
extern double _atn();
|
||
|
double ARCTAN(statlink, x)
|
||
|
int *statlink; double x;
|
||
|
{return(_atn(x));}
|