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