~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 "CLOG" P 2003 "IEEE/The Open Group" "POSIX Programmer's Manual"
1 by Francesco Paolo Lovergine
rules: linking manpages-posix not manpages.
3
.\" clog 
4
.SH NAME
5
clog, clogf, clogl \- complex natural logarithm functions
6
.SH SYNOPSIS
7
.LP
8
\fB#include <complex.h>
9
.br
10
.sp
11
double complex clog(double complex\fP \fIz\fP\fB);
12
.br
13
float complex clogf(float complex\fP \fIz\fP\fB);
14
.br
15
long double complex clogl(long double complex\fP \fIz\fP\fB);
16
.br
17
\fP
18
.SH DESCRIPTION
19
.LP
20
These functions shall compute the complex natural (base \fIe\fP) logarithm
21
of \fIz\fP, with a branch cut along the negative
22
real axis.
23
.SH RETURN VALUE
24
.LP
25
These functions shall return the complex natural logarithm value,
26
in the range of a strip mathematically unbounded along the
27
real axis and in the interval [-\fIi\fPpi,\ +\fIi\fPpi] along the
28
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
\fIcexp\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 .