index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-y1.c
blob: c47abcd3c56265b4271239cc0c198c2b19543ab6 (
plain
)
1
2
3
4
5
6
7
8
#include
"nldbl-compat.h"
double
attribute_hidden
y1l
(
double
x
)
{
return
y1
(
x
);
}