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

/freebsd-13-stable/lib/msun/tests/
H A Dinvctrig_test.c28 * Tests for casin[h](), cacos[h](), and catan[h]().
140 testall_odd(catan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
170 testall(catan, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
178 testall(catan, z, nan_nan, OPT_INVALID, 0, 0);
186 testall(catan, z, nan_nan, OPT_INVALID, 0, 0);
195 testall(catan, z, CMPLXL(NAN, 0.0), ALL_STD_EXCEPT, 0, CS_IMAG);
205 testall_odd_tol(catan, z, CMPLXL(pi / 2, 0.0), 1);
214 testall_odd(catan, z, nan_nan, OPT_INVALID, 0, 0);
222 testall(catan, z, CMPLXL(NAN, 0.0), ALL_STD_EXCEPT, 0, 0);
246 testall_odd_tol(catan,
[all...]
/freebsd-13-stable/include/
H A Dcomplex.h87 double complex catan(double complex);
/freebsd-13-stable/lib/msun/src/
H A Dcatrig.c70 * The functions catan(h) are a little under 2 times slower than atanh.
75 * The code for catanh and catan comes at the end. It is much simpler than
499 * | catanh, catan |
637 * catan(z) = reverse(catanh(reverse(z)))
641 catan(double complex z) function
654 __weak_reference(catan, catanl);
/freebsd-13-stable/lib/msun/
H A DMakefile180 cacos.3 catan.3 cacos.3 catanf.3 cacos.3 catanl.3 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h134 __tg_atan(double _Complex __x) {return catan(__x);}

Completed in 133 milliseconds