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
* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
s_ctanh.c
blob
fd4be129f8647fc142f4ffd29fad158421b53e96
1
#include <complex.h>
2
#include <math_ldbl_opt.h>
3
#include <math/s_ctanh.c>
4
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
5
compat_symbol
(
libm
,
__ctanh
,
ctanhl
,
GLIBC_2_1
);
6
#endif