cexp - complex exponent
val= complex cexp(a)
number to find the exp of
exp(a)
Cexp returns exp(a) for an arbitrary complex a. An equivalent formula is csmul(ciexp(a.im),exp(a.re)).
the csmult manpage,the ciexp manpage
sepmath