System.VarCmplx.VarComplexTanH

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarComplexTanH(const AValue: Variant): Variant;

C++

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

VarComplexTanH calcule la tangente hyperbolique d'un nombre complexe et renvoie le résultat.

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

VarComplexTanH renvoie un variant dont la valeur est la tangente hyperbolique de AValue.

Voir aussi