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

/bionic/tests/
H A Dcomplex_test.cpp118 TEST(complex, casinh) {
119 ASSERT_EQ(0.0, casinh(0));
/bionic/libc/include/
H A Dcomplex.h91 /* 7.3.6.2 The casinh functions */
92 double complex casinh(double complex) __INTRODUCED_IN(23);
/bionic/tools/versioner/current/
H A Dcomplex.h91 /* 7.3.6.2 The casinh functions */
92 double complex casinh(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 |
93 * casinh(z) = sign(x)*log(A+sqrt(A*A-1)) + I*asin(B)
99 * (a) for Re(casinh(z)) when z is close to the line segment [-I, I] (that
100 * is, Re(casinh(z)) is close to 0);
101 * (b) for Im(casinh(z)) when z is close to either of the intervals
102 * [I, I*infinity) or (-I*infinity, -I] (that is, |Im(casinh(z))| is
146 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)).
210 * Avoid a possible underflow caused by y/A. For casinh this
267 * casinh(
275 casinh(double complex z) function
[all...]

Completed in 125 milliseconds