1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
3 .\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
4 .\" Distributed under GPL
7 .TH CEXP2 3 2021-03-22 "" "Linux Programmer's Manual"
9 cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
12 .B #include <complex.h>
14 .BI "double complex cexp2(double complex " z ");"
15 .BI "float complex cexp2f(float complex " z ");"
16 .BI "long double complex cexp2l(long double complex " z ");"
21 The function returns 2 raised to the power of
24 These function names are reserved for future use in C99.
26 As at version 2.31, these functions are not provided in glibc.
27 .\" But reserved in NAMESPACE.