This website requires JavaScript.
Explore
Help
Sign In
drew
/
acadia-newlib
Watch
1
Star
0
Fork
You've already forked acadia-newlib
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1139537a25
acadia-newlib
/
winsup
/
mingw
/
mingwex
/
math
/
powf.c
4 lines
79 B
C
Raw
Blame
History
#
include
<math.h>
float
powf
(
float
x
,
float
y
)
{
return
(
float
)
pow
(
x
,
y
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink