Returns the exponential of a complex number.
function VarComplexExp(const AValue: Variant): Variant;
Variant VarComplexExp(const Variant AValue);
VarCmplx
VarComplexExp returns value of e raised to the power of a specified complex number, where e is the base of the natural logarithms.
AValue is a Variant whose value represents the complex number.
VarComplexExp returns a Variant whose value is the exponential of AValue.
VarComplexAbs
VarComplexAngle
VarComplexAbsSqr
VarComplexInverse
VarComplexTimesPosI
VarComplexTimesNegI
VarComplexLn
VarComplexConjugate
VarComplexSqr
VarComplexSqrt
VarComplexPower