Searched refs:ctanh (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | complex_test.cpp | 317 TEST(COMPLEX_TEST, ctanh) { in TEST() argument 318 ASSERT_EQ(0.0, ctanh(0)); in TEST() 323 z = ctanh(nan("") + 0i); in TEST() 328 z = ctanh(nan("") + 2.0i); in TEST() 333 z = ctanh(nan("") + nan("") * I); in TEST()
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_ctanh.c | 77 ctanh(double complex z) in ctanh() function 145 z = ctanh(CMPLX(cimag(z), creal(z))); in ctan()
|
/bionic/libc/include/ |
D | complex.h | 102 double complex ctanh(double complex __z) __INTRODUCED_IN(23); 104 long double complex ctanhl(long double complex __z) __RENAME_LDBL(ctanh, 23, 26);
|
/bionic/tests/headers/posix/ |
D | complex_h.c | 138 FUNCTION(ctanh, double complex (*f)(double complex)); in complex_h()
|
/bionic/libm/ |
D | libm.map.txt | 88 ctanh; # introduced=23
|
/bionic/libc/tools/ |
D | posix-2013.txt | 160 ctanh
|
/bionic/docs/ |
D | status.md | 257 …os`, `ccosh`, `cexp`, `conj`, `cproj`, `csin`, `csinh`, `csqrt`, `ctan`, `ctanh`, `creal`, `cabsf`…
|