~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 "CEXP" P 2003 "IEEE/The Open Group" "POSIX Programmer's Manual"
1 by Francesco Paolo Lovergine
rules: linking manpages-posix not manpages.
3
.\" cexp 
4
.SH NAME
5
cexp, cexpf, cexpl \- complex exponential functions
6
.SH SYNOPSIS
7
.LP
8
\fB#include <complex.h>
9
.br
10
.sp
11
double complex cexp(double complex\fP \fIz\fP\fB);
12
.br
13
float complex cexpf(float complex\fP \fIz\fP\fB);
14
.br
15
long double complex cexpl(long double complex\fP \fIz\fP\fB);
16
.br
17
\fP
18
.SH DESCRIPTION
19
.LP
20
These functions shall compute the complex exponent of \fIz\fP, defined
21
as \fIe**z\fP.
22
.SH RETURN VALUE
23
.LP
24
These functions shall return the complex exponential value of \fIz\fP.
25
.SH ERRORS
26
.LP
27
No errors are defined.
28
.LP
29
\fIThe following sections are informative.\fP
30
.SH EXAMPLES
31
.LP
32
None.
33
.SH APPLICATION USAGE
34
.LP
35
None.
36
.SH RATIONALE
37
.LP
38
None.
39
.SH FUTURE DIRECTIONS
40
.LP
41
None.
42
.SH SEE ALSO
43
.LP
44
\fIclog\fP() , the Base Definitions volume of IEEE\ Std\ 1003.1-2001,
45
\fI<complex.h>\fP
46
.SH COPYRIGHT
47
Portions of this text are reprinted and reproduced in electronic form
48
from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
49
-- Portable Operating System Interface (POSIX), The Open Group Base
50
Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
51
Electrical and Electronics Engineers, Inc and The Open Group. In the
52
event of any discrepancy between this version and the original IEEE and
53
The Open Group Standard, the original IEEE and The Open Group Standard
54
is the referee document. The original Standard can be obtained online at
55
http://www.opengroup.org/unix/online.html .