1CATAN(P) POSIX Programmer's Manual CATAN(P)
2
3
4
6 catan, catanf, catanl - complex arc tangent functions
7
9 #include <complex.h>
10
11 double complex catan(double complex z);
12 float complex catanf(float complex z);
13 long double complex catanl(long double complex z);
14
15
17 These functions shall compute the complex arc tangent of z, with branch
18 cuts outside the interval [-i, +i] along the imaginary axis.
19
21 These functions shall return the complex arc tangent value, in the
22 range of a strip mathematically unbounded along the imaginary axis and
23 in the interval [-pi/2, +pi/2] along the real axis.
24
26 No errors are defined.
27
28 The following sections are informative.
29
31 None.
32
34 None.
35
37 None.
38
40 None.
41
43 ctan() , the Base Definitions volume of IEEE Std 1003.1-2001, <com‐
44 plex.h>
45
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
55 at http://www.opengroup.org/unix/online.html .
56
57
58
59IEEE/The Open Group 2003 CATAN(P)