RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexExp Function

Returns the exponential of a complex number.

Pascal
function VarComplexExp(const AValue: Variant): Variant;
C++
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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!