repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use libm_alias_double for some dbl-64 functions.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-cbrt.c
blob
1c353a6e6b3f3a7fc1c3fb00c2508dead2cc598f
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
cbrtl
(
double
x
)
6
{
7
return
cbrt
(
x
);
8
}