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
/
sf_cbrt.c
blob
86a08650e7f6c14a787542291be329668d3f1bc2
1
#include <math.h>
2
#include
"headers/cbrtf.h"
3
4
float
cbrtf
(
float
x
)
5
{
6
return
_cbrtf
(
x
);
7
}