C Programming/complex.h/cexp

Prototypes edit

double complex cexp(double complex z);
float complex cexpf(float complex z);
long double complex cexpl(long double complex z);

Description edit

These functions compute and return the complex exponential value of z.