Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

24.7 scexp - Complex exponentiation exp(x)

#include <msca.h> 
 
double complex scexp (double complex x); 
float  complex scexpf(float complex x);

Given a value x∈ C  this function computes the complex exponentiation:

exp(x)