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
9109d7af7f
ack
/
lang
/
basic
/
lib
/
atn.c
5 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
replaced mathematical routines by our own
1988-07-25 11:13:26 +00:00
#
include
<math.h>
Warning-fix and protoise the basic library.
2018-06-23 22:35:51 +00:00
#
include
"lib.h"
*** empty log message ***
1984-11-29 14:22:02 +00:00
Build the Basic run-time library (after some modernisation). --HG-- branch : dtrg-buildsystem
2013-05-14 15:11:29 +00:00
double
_atn
(
double
x
)
{
return
atan
(
x
)
;
}
Reference in a new issue
Copy permalink