]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man3/cexp2.3
user_namespaces.7: Minor rewordings of recently added text
[thirdparty/man-pages.git] / man3 / cexp2.3
CommitLineData
fea681da 1.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2297bf0e 2.\"
38f20bb9 3.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
fea681da 4.\" Distributed under GPL
38f20bb9 5.\" %%%LICENSE_END
fea681da 6.\"
8980a500 7.TH CEXP2 3 2014-08-19 "" "Linux Programmer's Manual"
fea681da
MK
8.SH NAME
9cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
10.SH SYNOPSIS
11.B #include <complex.h>
68e4db0a 12.PP
fea681da 13.BI "double complex cexp2(double complex " z ");"
d39541ec 14.br
fea681da 15.BI "float complex cexp2f(float complex " z ");"
d39541ec 16.br
fea681da 17.BI "long double complex cexp2l(long double complex " z ");"
68e4db0a 18.PP
20c58d70 19Link with \fI\-lm\fP.
fea681da 20.SH DESCRIPTION
d830deef
MK
21The function returns 2 raised to the power of
22.IR z .
47297adb 23.SH CONFORMING TO
2dc93271 24These function names are reserved for future use in C99.
fea681da 25.SH AVAILABILITY
f3d2d8bd 26Not yet in glibc, as at version 2.19.
fea681da 27.\" But reserved in NAMESPACE.
47297adb 28.SH SEE ALSO
fea681da
MK
29.BR cabs (3),
30.BR cexp (3),
31.BR clog10 (3),
a8bda636 32.BR complex (7)