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
87a2315037
ack
/
lang
/
basic
/
lib
/
power.c
5 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
Build the Basic run-time library (after some modernisation). --HG-- branch : dtrg-buildsystem
2013-05-14 15:11:29 +00:00
#
include
<math.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
_power
(
double
x
,
double
y
)
{
return
pow
(
x
,
y
)
;
}
*** empty log message ***
1984-11-29 14:22:02 +00:00
Reference in a new issue
Copy permalink