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_log.c
blob
e788dea4d4170679eb3fefd3cc37bb2c28cffee1
1
#include <math.h>
2
#include
"headers/logf.h"
3
4
float
logf
(
float
x
)
5
{
6
return
_logf
(
x
);
7
}