]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man3/clog2.3
Modified details of interaction of TCP_CORK and TCP_NODELAY
[thirdparty/man-pages.git] / man3 / clog2.3
CommitLineData
fea681da
MK
1.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2.\" Distributed under GPL
3.\"
4.TH CLOG2 3 2002-07-28 "" "complex math routines"
5.SH NAME
6clog2, clog2f, clog2l \- base-2 logarithm of a complex number
7.SH SYNOPSIS
8.B #include <complex.h>
9.sp
10.BI "double complex clog2(double complex " z );
11.sp
12.BI "float complex clog2f(float complex " z );
13.sp
14.BI "long double complex clog2l(long double complex " z );
15.sp
16Link with \-lm.
17.SH DESCRIPTION
18The logarithm is defined as log2(cabs(z))+I*carg(z).
19Please note that z close to zero will cause an overflow.
20.SH "CONFORMING TO"
21The function name is reserved for future use in C99.
22.SH AVAILABILITY
23Not yet in glibc 2.3.2.
24.\" But reserved in NAMESPACE.
25.SH "SEE ALSO"
26.BR cabs (3),
27.BR cexp (3),
28.BR clog (3),
29.BR clog10 (3),
30.BR complex (5)