System.VarCmplx.VarComplexCotH

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function VarComplexCotH(const AValue: Variant): Variant;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

Beschreibung

Gibt den hyperbolischen Kotangens einer komplexen Zahl zurück.

VarComplexCot berechnet den hyperbolischen Kotangens einer komplexen Zahl und gibt das Ergebnis zurück.

AValue ist eine Variante, deren Wert die komplexe Zahl repräsentiert.

VarComplexCot gibt eine Variante zurück, deren Wert der hyperbolische Kotangens von AValue ist.

Siehe auch