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

/freebsd-13-stable/lib/msun/src/
H A Ds_ctanh.c143 ctan(double complex z) function
146 /* ctan(z) = -I * ctanh(I * z) = I * conj(ctanh(I * conj(z))) */
/freebsd-13-stable/lib/msun/tests/
H A Dctrig_test.c28 * Tests for csin[h](), ccos[h](), and ctan[h]().
148 testall_odd(ctan, zero, zero, ALL_STD_EXCEPT, 0, CS_BOTH);
177 testall_odd(ctan, z, nan_nan, ALL_STD_EXCEPT, 0, 0);
186 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0);
195 testall_odd(ctan, z, nan_nan, OPT_INVALID & ~FE_INEXACT, 0, 0);
204 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_IMAG);
213 testall_odd(ctan, z, nan_nan, OPT_INVALID, 0, 0);
221 testall_odd(ctan, z, CMPLXL(0, NAN), ALL_STD_EXCEPT, 0, CS_REAL);
229 testall_odd(ctan, z, CMPLXL(NAN, 0), ALL_STD_EXCEPT, 0, CS_IMAG);
262 testall_odd(ctan,
[all...]
/freebsd-13-stable/include/
H A Dcomplex.h131 double complex ctan(double complex);
/freebsd-13-stable/lib/msun/
H A DMakefile182 MLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h308 __tg_tan(double _Complex __x) {return ctan(__x);}

Completed in 78 milliseconds