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