1CEXP2(3)                   Linux Programmer's Manual                  CEXP2(3)
2
3
4

NAME

6       cexp2, cexp2f, cexp2l - base-2 exponent of a complex number
7

SYNOPSIS

9       #include <complex.h>
10
11       double complex cexp2(double complex z);
12       float complex cexp2f(float complex z);
13       long double complex cexp2l(long double complex z);
14
15       Link with -lm.
16

DESCRIPTION

18       The function returns 2 raised to the power of z.
19

CONFORMING TO

21       These function names are reserved for future use in C99.
22

AVAILABILITY

24       Not yet in glibc, as at version 2.17.
25

SEE ALSO

27       cabs(3), cexp(3), clog10(3), complex(7)
28

COLOPHON

30       This  page  is  part of release 3.53 of the Linux man-pages project.  A
31       description of the project, and information about reporting  bugs,  can
32       be found at http://www.kernel.org/doc/man-pages/.
33
34
35
36                                  2013-02-27                          CEXP2(3)
Impressum