Searched refs:ctanh (Results 1 – 25 of 46) sorted by relevance
12
37 ctanh(double complex z) in ctanh() function
7 cimag.c creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c \
77 double complex ctanh(double complex);
23 # more precisely Section G.6.2.6 "The ctanh functions"24 # since G.6 defines ctan(z) as -i * ctanh(i*z)
162 ctanh
70 cdouble ctanh(cdouble z);
175 deprecated alias core.stdc.complex.ctanh tanh; in version()675 deprecated alias core.stdc.complex.ctanh tanh; in version()1165 deprecated alias core.stdc.complex.ctanh tanh;
72 #define tanh(z) __TGMATH_CPLX(z, tanh, ctanh)
464 extern double complex ctanh (double complex);
1438 ctanh;
470 GCC_CHECK_MATH_FUNC([ctanh])
309 /* Define to 1 if you have the `ctanh' function. */
1442 ctanh;
498 GCC_CHECK_MATH_FUNC([ctanh])
277 ctanh, 99 keyword
1396 double complex ctanh (double complex a);1398 ctanh (double complex a) in ctanh() function
255 ctanh DPML
395 __tg_tanh(double _Complex __x) {return ctanh(__x);} in __tg_tanh()
924 * math/ctanh.c: Likewise.