System.VarCmplx.VarComplexCotH
Delphi
function VarComplexCotH(const AValue: Variant): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexCotH(const System::Variant &AValue);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
Description
Returns the hyperbolic cotangent of a complex number.
VarComplexCot computes the hyperbolic cotangent of a complex number and returns the result.
AValue is a Variant whose value represents the complex number.
VarComplexCot returns a Variant whose value is the hyperbolic cotangent of AValue.