System.VarCmplx.VarComplexArcTan

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarComplexArcTan(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexArcTan(const System::Variant &AValue);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

Description

Renvoie l'Arc tangente d'un nombre complexe.

VarComplexArcTan calcule l'Arc tangente d'un nombre complexe et renvoie le résultat.

AValue est un variant dont la valeur représente le nombre complexe.

VarComplexArcTan renvoie un variant dont la valeur est la tangente inverse de AValue.

Voir aussi