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
9042d0ce65
acadia-newlib
/
winsup
/
cygwin
/
math
/
exp10l.c
9 lines
98 B
C
Raw
Blame
History
#
undef exp10l
#
include
<math.h>
long
double
exp10l
(
long
double
x
)
{
return
powl
(
10.0
L
,
x
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink