1cexp2(3)                   Library Functions Manual                   cexp2(3)
2
3
4

NAME

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

LIBRARY

9       Math library (libm, -lm)
10

SYNOPSIS

12       #include <complex.h>
13
14       double complex cexp2(double complex z);
15       float complex cexp2f(float complex z);
16       long double complex cexp2l(long double complex z);
17

DESCRIPTION

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

STANDARDS

22       These function names are reserved for future use in C99.
23
24       As at glibc 2.31, these functions are not provided in glibc.
25

SEE ALSO

27       cabs(3), cexp(3), clog10(3), complex(7)
28
29
30
31Linux man-pages 6.05              2022-12-04                          cexp2(3)
Impressum