RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexLogN Function

Returns the log base N of a complex number.

Pascal
function VarComplexLogN(const AValue: Variant; const X: Double): Variant;
C++
Variant VarComplexLogN(const Variant AValue, const Double X);

VarCmplx

VarComplexLogN returns the base N logarithm of a complex number. The base N logarithm is the power to which you must raise an exponent N to get the complex number. 

AValue is a Variant whose value represents the complex number. 

X is the logarithm exponent. 

VarComplexLogN returns a Variant whose value is the log base N of AValue. 

 

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