]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man3/cexp2.3
dist.mk, All pages: .TH: Generate date at 'make dist'
[thirdparty/man-pages.git] / man3 / cexp2.3
CommitLineData
fea681da 1.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2297bf0e 2.\"
95fb8859 3.\" SPDX-License-Identifier: GPL-1.0-or-later
fea681da 4.\"
ab47278f 5.TH CEXP2 3 (date) "Linux man-pages (unreleased)"
fea681da
MK
6.SH NAME
7cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
2af19291
AC
8.SH LIBRARY
9Math library
8fc3b2cf 10.RI ( libm ", " \-lm )
fea681da 11.SH SYNOPSIS
c7db92b9 12.nf
fea681da 13.B #include <complex.h>
68e4db0a 14.PP
1ae6b2c7
AC
15.BI "double complex cexp2(double complex " z );
16.BI "float complex cexp2f(float complex " z );
17.BI "long double complex cexp2l(long double complex " z );
c7db92b9 18.fi
fea681da 19.SH DESCRIPTION
d830deef
MK
20The function returns 2 raised to the power of
21.IR z .
3113c7f3 22.SH STANDARDS
2dc93271 23These function names are reserved for future use in C99.
bd168648 24.PP
d6df7eae 25As at version 2.31, these functions are not provided in glibc.
fea681da 26.\" But reserved in NAMESPACE.
47297adb 27.SH SEE ALSO
fea681da
MK
28.BR cabs (3),
29.BR cexp (3),
30.BR clog10 (3),
a8bda636 31.BR complex (7)