1CTANH(3)                   Linux Programmer's Manual                  CTANH(3)
2
3
4

NAME

6       ctanh, ctanhf, ctanhl - complex hyperbolic tangent
7

SYNOPSIS

9       #include <complex.h>
10
11       double complex ctanh(double complex z);
12       float complex ctanhf(float complex z);
13       long double complex ctanhl(long double complex z);
14
15       Link with -lm.
16

DESCRIPTION

18       The complex hyperbolic tangent function is defined mathematically as:
19
20           ctanh(z) = csinh(z) / ccosh(z)
21

VERSIONS

23       These functions first appeared in glibc in version 2.1.
24

CONFORMING TO

26       C99.
27

SEE ALSO

29       cabs(3), catanh(3), ccosh(3), csinh(3), complex(7)
30

COLOPHON

32       This  page  is  part of release 3.53 of the Linux man-pages project.  A
33       description of the project, and information about reporting  bugs,  can
34       be found at http://www.kernel.org/doc/man-pages/.
35
36
37
38                                  2008-08-11                          CTANH(3)
Impressum