Performs complex exponential computations.
#include <complex.h>
double complex cexp (z)
double complex z;
float complex cexpf (z)
float complex z;
long double complex cexpl (z)
long double complex z;
The cexp, cexpf, and cexpl subroutines compute the complex exponent of z, defined as ez .
Item | Description |
---|---|
z | Specifies the value to be computed. |
The cexp, cexpf, and cexpl subroutines return the complex exponential value of z.