summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-opt/s_tan.c
blob: 23b45ad2849024621e1a5a0ffff0c0ede1239cb1 (plain)
1
2
3
4
5
6
7
8
9
10
#include <math_ldbl_opt.h>
#include <gnu/option-groups.h>
#if __OPTION_EGLIBC_LIBM_BIG
# include <sysdeps/ieee754/dbl-64/s_tan.c>
#else
# include <sysdeps/ieee754/dbl-wrap/s_tan.c>
#endif
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, tan, tanl, GLIBC_2_0);
#endif