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