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

NAME

6       casinh, casinhf, casinhl - complex arc sine hyperbolic
7

LIBRARY

9       Math library (libm, -lm)
10

SYNOPSIS

12       #include <complex.h>
13
14       double complex casinh(double complex z);
15       float complex casinhf(float complex z);
16       long double complex casinhl(long double complex z);
17

DESCRIPTION

19       These  functions  calculate  the  complex arc hyperbolic sine of z.  If
20       y = casinh(z), then z = csinh(y).  The imaginary part of y is chosen in
21       the interval [-pi/2,pi/2].
22
23       One has:
24
25           casinh(z) = clog(z + csqrt(z * z + 1))
26

ATTRIBUTES

28       For  an  explanation  of  the  terms  used  in  this  section,  see at‐
29       tributes(7).
30
31       ┌────────────────────────────────────────────┬───────────────┬─────────┐
32Interface                                   Attribute     Value   
33       ├────────────────────────────────────────────┼───────────────┼─────────┤
34casinh(), casinhf(), casinhl()              │ Thread safety │ MT-Safe │
35       └────────────────────────────────────────────┴───────────────┴─────────┘
36

STANDARDS

38       C11, POSIX.1-2008.
39

HISTORY

41       glibc 2.1.  C99, POSIX.1-2001.
42

SEE ALSO

44       asinh(3), cabs(3), cimag(3), csinh(3), complex(7)
45
46
47
48Linux man-pages 6.04              2023-03-30                         casinh(3)
Impressum