~ubuntu-branches/ubuntu/precise/manpages-posix/precise

1 by Francesco Paolo Lovergine
rules: linking manpages-posix not manpages.
1
.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved 
2 by Francesco Paolo Lovergine
* Alligned to linux main manpages edition.
2
.TH "CACOSH" P 2003 "IEEE/The Open Group" "POSIX Programmer's Manual"
1 by Francesco Paolo Lovergine
rules: linking manpages-posix not manpages.
3
.\" cacosh 
4
.SH NAME
5
cacosh, cacoshf, cacoshl \- complex arc hyperbolic cosine functions
6
.SH SYNOPSIS
7
.LP
8
\fB#include <complex.h>
9
.br
10
.sp
11
double complex cacosh(double complex\fP \fIz\fP\fB);
12
.br
13
float complex cacoshf(float complex\fP \fIz\fP\fB);
14
.br
15
long double complex cacoshl(long double complex\fP \fIz\fP\fB);
16
.br
17
\fP
18
.SH DESCRIPTION
19
.LP
20
These functions shall compute the complex arc hyperbolic cosine of
21
\fIz\fP, with a branch cut at values less than 1 along the
22
real axis.
23
.SH RETURN VALUE
24
.LP
25
These functions shall return the complex arc hyperbolic cosine value,
26
in the range of a half-strip of non-negative values along
27
the real axis and in the interval [-\fIi\fPpi,\ +\fIi\fPpi] along
28
the imaginary axis.
29
.SH ERRORS
30
.LP
31
No errors are defined.
32
.LP
33
\fIThe following sections are informative.\fP
34
.SH EXAMPLES
35
.LP
36
None.
37
.SH APPLICATION USAGE
38
.LP
39
None.
40
.SH RATIONALE
41
.LP
42
None.
43
.SH FUTURE DIRECTIONS
44
.LP
45
None.
46
.SH SEE ALSO
47
.LP
48
\fIccosh\fP() , the Base Definitions volume of IEEE\ Std\ 1003.1-2001,
49
\fI<complex.h>\fP
50
.SH COPYRIGHT
51
Portions of this text are reprinted and reproduced in electronic form
52
from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
53
-- Portable Operating System Interface (POSIX), The Open Group Base
54
Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
55
Electrical and Electronics Engineers, Inc and The Open Group. In the
56
event of any discrepancy between this version and the original IEEE and
57
The Open Group Standard, the original IEEE and The Open Group Standard
58
is the referee document. The original Standard can be obtained online at
59
http://www.opengroup.org/unix/online.html .