cexp()

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);    
Parameter

x

A complex value.

Remarks

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.