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

System.VarCmplx.VarComplexCotH

De XE2 API Documentation

Delphi

function VarComplexCotH(const AValue: Variant): Variant;

C++

extern PACKAGE System::Variant __fastcall VarComplexCotH(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 la cotangente hyperbolique d'un nombre complexe.

VarComplexCotH calcule la cotangente hyperbolique d'un nombre complexe et renvoie le résultat.

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

VarComplexCotH renvoie un variant dont la valeur est la cotangente hyperbolique de AValue.

Voir aussi

Versions précédentes
Traductions