5 lines
96 B
C
5 lines
96 B
C
extern double _sqrt();
|
|
double SQRT(statlink, x)
|
|
int *statlink; double x;
|
|
{return(_sqt(x));}
|