1 '\" te 2 .\" Copyright (c) 2001, the Institute of Electrical and Electronics Engineers, Inc. and The Open Group. All Rights Reserved. 3 .\" Portions Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved. 4 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at 5 .\" http://www.opengroup.org/bookstore/. 6 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html. 7 .\" This notice shall appear on any product containing this material. 8 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. 9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. 10 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 11 .TH catan 3M "12 Jul 2006" "SunOS 5.11" "Mathematical Library Functions" 12 .SH NAME 13 catan, catanf, catanl \- complex arc tangent functions 14 .SH SYNOPSIS 15 .LP 16 .nf 17 c99 [ \fIflag\fR... ] \fIfile\fR... \fB-lm\fR [ \fIlibrary\fR... ] 18 #include <complex.h> 19 20 \fBdouble complex\fR \fBcatan\fR(\fBdouble complex\fR \fIz\fR); 21 .fi 22 23 .LP 24 .nf 25 \fBfloat complex\fR \fBcatanf\fR(\fBfloat complex\fR \fIz\fR); 26 .fi 27 28 .LP 29 .nf 30 \fBlong double complex\fR \fBcatanl\fR(\fBlong double complex\fR \fIz\fR); 31 .fi 32 33 .SH DESCRIPTION 34 .sp 35 .LP 36 These functions compute the complex arc tangent of \fIz\fR, with branch cuts 37 outside the interval [ \(mi\fIi\fR, +++++\c 38 .if n pi\c 39 .if t \(*p 40 \c 41 \c 42 .if n pi\c 43 .if t \(*p 44 \c 45 \fIi\fR ] along the imaginary axis. 46 .SH RETURN VALUES 47 .sp 48 .LP 49 These functions return the complex arc tangent value, in the range of a strip 50 mathematically unbounded along the imaginary axis and in the interval [ \(mi\c 51 .if n pi\c 52 .if t \(*p 53 \c 54 /2, +\c 55 .if n pi\c 56 .if t \(*p 57 \c 58 /2 ] along the real axis. 59 .SH ERRORS 60 .sp 61 .LP 62 No errors are defined. 63 .SH ATTRIBUTES 64 .sp 65 .LP 66 See \fBattributes\fR(5) for descriptions of the following attributes: 67 .sp 68 69 .sp 70 .TS 71 tab() box; 72 cw(2.75i) |cw(2.75i) 73 lw(2.75i) |lw(2.75i) 74 . 75 ATTRIBUTE TYPEATTRIBUTE VALUE 76 _ 77 Interface StabilityStandard 78 _ 79 MT-LevelMT-Safe 80 .TE 81 82 .SH SEE ALSO 83 .sp 84 .LP 85 \fBcomplex.h\fR(3HEAD), \fBctan\fR(3M), \fBattributes\fR(5), \fBstandards\fR(5)