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
23       As at version 2.31, these functions are not provided in glibc.
24

SEE ALSO

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

COLOPHON

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