Searched refs:cacosh (Results 1 - 4 of 4) sorted by relevance

/bionic/tests/
H A Dcomplex_test.cpp82 TEST(complex, cacosh) {
83 ASSERT_EQ(0.0, cacosh(1.0));
/bionic/libc/include/
H A Dcomplex.h87 /* 7.3.6.1 The cacosh functions */
88 double complex cacosh(double complex) __INTRODUCED_IN(23);
/bionic/tools/versioner/current/
H A Dcomplex.h87 /* 7.3.6.1 The cacosh functions */
88 double complex cacosh(double complex) __INTRODUCED_IN(23);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c70 * The code for casinh, casin, cacos, and cacosh comes first. The code is
80 * | casinh, casin, cacos, cacosh |
426 * cacosh(z) = I*cacos(z) or -I*cacos(z)
427 * where the sign is chosen so Re(cacosh(z)) >= 0.
430 cacosh(double complex z) function
438 /* cacosh(NaN + I*NaN) = NaN + I*NaN */
441 /* cacosh(NaN + I*+-Inf) = +Inf + I*NaN */
442 /* cacosh(+-Inf + I*NaN) = +Inf + I*NaN */
445 /* cacosh(0 + I*NaN) = NaN + I*NaN */

Completed in 301 milliseconds