logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       The function returns 2 raised to the power of z.

Library

       Math library (libm, -lm)

Name

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

See Also

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

Linux man-pages 6.9.1                              2024-05-02                                           cexp2(3)

Standards

       These function names are reserved for future use in C99.

       As at glibc 2.31, these functions are not provided in glibc.

Synopsis

#include<complex.h>doublecomplexcexp2(doublecomplexz);floatcomplexcexp2f(floatcomplexz);longdoublecomplexcexp2l(longdoublecomplexz);

See Also