6 lines
94 B
C
6 lines
94 B
C
extern double _log();
|
|
|
|
double LN(statlink, x)
|
|
int *statlink; double x;
|
|
{return(_log(x));}
|