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
b9bd89914f
ack
/
lang
/
basic
/
lib
/
sqt.c
6 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
mod to remove declarations in math.h
1988-07-25 11:40:57 +00:00
#
define __NO_DEFS
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
_sqt
(
double
x
)
{
return
sqrt
(
x
)
;
}
Reference in a new issue
Copy permalink