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
Unify wint_t handling in wchar.h and wctype.h.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-tgamma.c
blob
bbf613abe16d9ec8ca03101efc7d4dd376c22e7a
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
tgammal
(
double
x
)
6
{
7
return
tgamma
(
x
);
8
}