1ccosh(3)                   Library Functions Manual                   ccosh(3)
2
3
4

NAME

6       ccosh, ccoshf, ccoshl - complex hyperbolic cosine
7

LIBRARY

9       Math library (libm, -lm)
10

SYNOPSIS

12       #include <complex.h>
13
14       double complex ccosh(double complex z);
15       float complex ccoshf(float complex z);
16       long double complex ccoshl(long double complex z);
17

DESCRIPTION

19       These functions calculate the complex hyperbolic cosine of z.
20
21       The complex hyperbolic cosine function is defined as:
22
23           ccosh(z) = (exp(z)+exp(-z))/2
24

STANDARDS

26       C11, POSIX.1-2008.
27

HISTORY

29       glibc 2.1.  C99, POSIX.1-2001.
30

SEE ALSO

32       cabs(3), cacosh(3), csinh(3), ctanh(3), complex(7)
33
34
35
36Linux man-pages 6.04              2023-03-30                          ccosh(3)
Impressum