Afficher : Delphi C++
Préférences d'affichage

System.VarCmplx.VarComplexArcTanH

De XE2 API Documentation

Delphi

function VarComplexArcTanH(const AValue: Variant): Variant;

C++

extern PACKAGE System::Variant __fastcall VarComplexArcTanH(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'Argument tangente hyperbolique d'un nombre complexe.

VarComplexArcTanH calcule l'Argument tangente hyperbolique d'un nombre complexe et renvoie le résultat.

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

VarComplexArcTanH renvoie un variant dont la valeur est l'Argument tangente hyperbolique de AValue.

Voir aussi

Versions précédentes
Traductions