Searched refs:catanh (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/lib/msun/tests/
H A Dinvctrig_test.c139 testall_odd(catanh, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
169 testall(catanh, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
177 testall(catanh, z, nan_nan, OPT_INVALID, 0, 0);
185 testall(catanh, z, nan_nan, OPT_INVALID, 0, 0);
194 testall_tol(catanh, z, CMPLXL(0.0, pi / 2), 1);
204 testall_odd(catanh, z, CMPLXL(0.0, NAN), ALL_STD_EXCEPT, 0, CS_REAL);
213 testall_odd(catanh, z, CMPLXL(0.0, NAN), OPT_INVALID, 0, CS_REAL);
221 testall(catanh, z, nan_nan, OPT_INVALID, 0, CS_IMAG);
245 testall_odd_tol(catanh, z, CMPLXL(0, pi / 2), 1);
256 testall_odd_tol(catanh,
[all...]
/freebsd-11.0-release/include/
H A Dcomplex.h79 double complex catanh(double complex);
/freebsd-11.0-release/lib/msun/src/
H A Dcatrig.c73 * The code for catanh and catan comes at the end. It is much simpler than
492 * | catanh, catan |
555 * catanh(z) = log((1+z)/(1-z)) / 2
559 * catanh(z) = z + O(z^3) as z -> 0
561 * catanh(z) = 1/z + sign(y)*I*PI/2 + O(1/z^3) as z -> infinity
563 * Re(catanh(z)) = x/|z|^2 + O(x/z^4)
567 catanh(double complex z) function
585 /* catanh(+-Inf + I*NaN) = +-0 + I*NaN */
588 /* catanh(NaN + I*+-Inf) = sign(NaN)0 + I*+-PI/2 */
630 * catan(z) = reverse(catanh(revers
[all...]
/freebsd-11.0-release/lib/msun/
H A DMakefile156 cacos.3 catan.3 cacos.3 catanf.3 cacos.3 catanh.3 cacos.3 catanhf.3
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h228 __tg_atanh(double _Complex __x) {return catanh(__x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure30507 catanh(tmpd);
[all...]

Completed in 89 milliseconds