summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/w_atanh.c
blob: b4cab87c32e1b16ead1f9114d4bf13e2dc0e7e39 (plain)
1
2
3
4
5
#include <math_ldbl_opt.h>
#include <math/w_atanh.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __atanh, atanhl, GLIBC_2_0);
#endif