Searched refs:ctanh (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_ctanh.c77 ctanh(double complex z) function
90 * ctanh(NaN +- I 0) = d(NaN) +- I 0
92 * ctanh(NaN + I y) = d(NaN,y) + I d(NaN,y) for y != 0
97 * ctanh(+-Inf +- I Inf) = +-1 +- I 0
99 * ctanh(+-Inf + I y) = +-1 + I 0 sin(2y) for y finite
114 * ctanh(+-0 + i NAN) = +-0 + i NaN
115 * ctanh(+-0 +- i Inf) = +-0 + i NaN
116 * ctanh(x + i NAN) = NaN + i NaN
117 * ctanh(x +- i Inf) = NaN + i NaN
123 * ctanh(
[all...]
/freebsd-13-stable/lib/msun/tests/
H A Dctrig_test.c142 /* csinh(0) = ctanh(0) = 0; ccosh(0) = 1 (no exceptions raised) */
147 testall_odd(ctanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
174 testall_odd(ctanh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
183 testall_odd(ctanh, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0);
191 testall_odd(ctanh, z, nan_nan, OPT_INVALID, 0, 0);
200 testall_odd(ctanh, z, nan_nan, OPT_INVALID, 0, 0);
210 testall_odd(ctanh, z, CMPLXL(1, 0), ALL_STD_EXCEPT, 0, CS_REAL);
218 testall_odd(ctanh, z, CMPLXL(0, NAN), OPT_INVALID, 0, CS_REAL);
226 testall_odd(ctanh, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG);
257 testall_odd(ctanh,
[all...]
/freebsd-13-stable/include/
H A Dcomplex.h133 double complex ctanh(double complex);
/freebsd-13-stable/lib/msun/
H A DMakefile184 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h395 __tg_tanh(double _Complex __x) {return ctanh(__x);}

Completed in 128 milliseconds