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.19.
25

SEE ALSO

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

COLOPHON

30       This  page  is  part of release 4.15 of the Linux man-pages project.  A
31       description of the project, information about reporting bugs,  and  the
32       latest     version     of     this    page,    can    be    found    at
33       https://www.kernel.org/doc/man-pages/.
34
35
36
37                                  2014-08-19                          CEXP2(3)
Impressum