This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
c4bbe52d24
ack
/
lang
/
a68s
/
liba68s
/
ln.c
6 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
Adapted to our installation
1989-02-08 09:38:15 +00:00
extern
double
_log
(
)
;
Initial revision
1988-10-04 13:41:01 +00:00
double
LN
(
statlink
,
x
)
int
*
statlink
;
double
x
;
Adapted to our installation
1989-02-08 09:38:15 +00:00
{
return
(
_log
(
x
)
)
;
}
Reference in a new issue
Copy permalink