]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man3/cexp2.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / cexp2.3
CommitLineData
fea681da
MK
1.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2.\" Distributed under GPL
3.\"
4.TH CEXP2 3 2002-07-28 "" "complex math routines"
5.SH NAME
6cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
7.SH SYNOPSIS
8.B #include <complex.h>
9.sp
10.BI "double complex cexp2(double complex " z ");"
d39541ec 11.br
fea681da 12.BI "float complex cexp2f(float complex " z ");"
d39541ec 13.br
fea681da
MK
14.BI "long double complex cexp2l(long double complex " z ");"
15.sp
16Link with \-lm.
17.SH DESCRIPTION
c13182ef 18The function returns 2 raised to the power of z.
fea681da 19.SH "CONFORMING TO"
2dc93271 20These function names are reserved for future use in C99.
fea681da 21.SH AVAILABILITY
c13182ef 22Not yet in glibc, as at version 2.4.
fea681da
MK
23.\" But reserved in NAMESPACE.
24.SH "SEE ALSO"
25.BR cabs (3),
26.BR cexp (3),
27.BR clog10 (3),
a8bda636 28.BR complex (7)