RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexLog2 Function

Returns the log base 2 of a complex number.

Pascal
function VarComplexLog2(const AValue: Variant): Variant;
C++
Variant VarComplexLog2(const Variant AValue);

VarComplexLog2 returns the base 2 logarithm of a complex number. The base 2 logarithm is the power to which you must raise 2 to get the complex number. 

AValue is a Variant whose value represents the complex number. 

VarComplexLog2 returns a Variant whose value is the log base 2 of AValue. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!