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