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
devctl.h: update for POSIX-1.2024
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
s_cbrt.c
blob
56be72f64fb9da930305a4a5ce6a85f91b9cd6cc
1
#include <math.h>
2
#include
"headers/cbrt.h"
3
4
double
cbrt
(
double
x
)
5
{
6
return
_cbrt
(
x
);
7
}