Computes a power of e.
#include <math.h> double complex cexp(double complex x); float complex cexpf(float complex x); long double complex cexpl(long double complex x);
x
A complex value.
These functions return e x, where e is the natural logarithm base value.
This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.