| CCOSH(3) | Library Functions Manual | CCOSH(3) |
ccosh, ccoshf,
ccoshl — complex hyperbolic
cosine
Math Library (libm, -lm)
#include <complex.h>
double complex
ccosh(double
complex z);
float complex
ccoshf(float
complex z);
long double complex
ccoshl(long
double complex z);
The
ccosh(),
ccoshf()
and
ccoshl()
functions compute the complex hyperbolic cosine of
z.
If z = x + iy, then
ccosh(z) = cosh(x) cos(y) + i sinh(x) sin(y).
The ccosh(),
ccoshf() and ccoshl()
functions return the complex hyperbolic cosine of
z.
The ccosh(),
ccoshf() and ccoshl()
functions conform to ISO/IEC 9899:1999
(“ISO C99”).
| June 7, 2025 | Debian |