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
Updated to fedora-glibc-20080515T0735
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-tanh.c
blob
fc2fd32eb8273ce3d77ccf8859ef7e1cb7d613ab
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
tanhl
(
double
x
)
6
{
7
return
tanh
(
x
);
8
}