repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
wf_exp2.c
blob
c815cee5550553297e3e9a0b3aac07840dbfbdd3
1
#include <math.h>
2
#include
"headers/exp2f.h"
3
4
float
exp2f
(
float
x
)
5
{
6
return
_exp2f
(
x
);
7
}