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

NAME

6       ccosh, ccoshf, ccoshl - complex hyperbolic cosine functions
7

SYNOPSIS

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

DESCRIPTION

22       These functions compute the complex hyperbolic cosine of z.
23

RETURN VALUES

25       These functions return the complex hyperbolic cosine value.
26

ERRORS

28       No errors are defined.
29

ATTRIBUTES

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

SEE ALSO

45       cacosh(3M), complex.h(3HEAD), attributes(5), standards(5)
46
47
48
49SunOS 5.11                        12 Jul 2006                        ccosh(3M)
Impressum