System.VarCmplx.VarComplexCosH

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarComplexCosH(const AValue: Variant): Variant;

C++

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

VarComplexCosH calcule le cosinus hyperbolique d'un nombre complexe et renvoie le résultat.

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

VarComplexCosH renvoie un variant dont la valeur est le cosinus hyperbolique de AValue.

Voir aussi