Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

11.7 scexp - Complex exponentiation exp(x)

#include <msca.h>

double scexp (double complex x);
float  scexpf(float complex x);

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

exp(x)