System.VarCmplx.VarComplexLogN

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexLogN(const AValue: Variant; const X: Double): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexLogN(const System::Variant &AValue, const double X);

Properties

Type Visibility Source Unit Parent
function public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

Description

Returns the log base N of a complex number.

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.

See Also