VarCmplx.VarComplexLn
From Référence RAD Studio VCL
Contents |
Informations Delphi
De VarCmplx.pas
function VarComplexLn(const AValue: Variant): Variant;
Unité : VarCmplx
Type : fonction
Visibilité : public
Informations C++
De VarCmplx.hpp
System::Variant __fastcall VarComplexLn(const System::Variant & AValue);
Unité : VarCmplx
Type : fonction
Description
Renvoie le logarithme népérien d'un nombre complexe.
VarComplexLn renvoie le logarithme népérien d'un nombre complexe. Le logarithme népérien est la puissance à laquelle il faut élever e pour obtenir le nombre complexe.
AValue est un variant dont la valeur représente le nombre complexe.
VarComplexLn renvoie un variant dont la valeur est le logarithme népérien de AValue.