1casinh(3M)              Mathematical Library Functions              casinh(3M)
2
3
4

NAME

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

SYNOPSIS

9       c99 [ flag... ] file... -lm [ library... ]
10       #include <complex.h>
11
12       double complex casinh(double complex z);
13
14
15       float complex casinhf(float complex z);
16
17
18       long double complex casinhl(long double complex z);
19
20

DESCRIPTION

22       These  functions  compute  the  complex  arc hyperbolic sine of z, with
23       branch cuts outside the interval [ -i, +i] along the imaginary axis.
24

RETURN VALUES

26       These functions return the complex arc hyperbolic sine  value,  in  the
27       range  of  a  strip mathematically unbounded along the real axis and in
28       the interval [ −ipi/2, +ipi/2 ] along the imaginary axis.
29

ERRORS

31       No errors are defined.
32

ATTRIBUTES

34       See attributes(5) for descriptions of the following attributes:
35
36
37
38
39       ┌─────────────────────────────┬─────────────────────────────┐
40       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
41       ├─────────────────────────────┼─────────────────────────────┤
42       │Interface Stability          │Standard                     │
43       ├─────────────────────────────┼─────────────────────────────┤
44       │MT-Level                     │MT-Safe                      │
45       └─────────────────────────────┴─────────────────────────────┘
46

SEE ALSO

48       complex.h(3HEAD), csinh(3M), attributes(5), standards(5)
49
50
51
52SunOS 5.11                        12 Jul 2006                       casinh(3M)
Impressum