summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/s_ctanh.c
blob: fd4be129f8647fc142f4ffd29fad158421b53e96 (plain)
1
2
3
4
5
6
#include <complex.h>
#include <math_ldbl_opt.h>
#include <math/s_ctanh.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
compat_symbol (libm, __ctanh, ctanhl, GLIBC_2_1);
#endif