Everything

cexpf / cexp / cexpl


Calculates the exponential function value of a complex number.

[Format]

#include <complex.h>

float complex cexpf(float complex z);

double complex cexp(double complex z);

long double complex cexpl(long double complex z);

[Parameters]

z Complex number for which exponential function is to be computed

[Return values]

Exponential function value of z