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: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
wf_sinh.c
blob
413e7b56bf2e35c022cf475eaddb3c2653f3dcb0
1
#include <math.h>
2
#include
"headers/sinhf.h"
3
4
float
sinhf
(
float
x
)
5
{
6
return
_sinhf
(
x
);
7
}