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

NAME

6       csinh, csinhf, csinhl - complex hyperbolic sine
7

LIBRARY

9       Math library (libm, -lm)
10

SYNOPSIS

12       #include <complex.h>
13
14       double complex csinh(double complex z);
15       float complex csinhf(float complex z);
16       long double complex csinhl(long double complex z);
17

DESCRIPTION

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

ATTRIBUTES

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

STANDARDS

36       C11, POSIX.1-2008.
37

HISTORY

39       glibc 2.1.  C99, POSIX.1-2001.
40

SEE ALSO

42       cabs(3), casinh(3), ccosh(3), ctanh(3), complex(7)
43
44
45
46Linux man-pages 6.04              2023-03-30                          csinh(3)
Impressum