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