Afficher : Delphi
C++
Préférences d'affichage
System.VarCmplx.VarComplexArcCot
De XE2 API Documentation
Delphi
function VarComplexArcCot(const AValue: Variant): Variant;
C++
extern PACKAGE System::Variant __fastcall VarComplexArcCot(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 cotangente d'un nombre complexe.
VarComplexArcCot calcule l'Arc cotangente d'un nombre complexe et renvoie le résultat.
AValue est un variant dont la valeur représente le nombre complexe.
VarComplexArcCot renvoie un variant dont la valeur est l'Arc cotangente de AValue.