System.VarCmplx.VarComplexArcCscH
From RAD Studio API Documentation
Delphi
function VarComplexArcCscH(const AValue: Variant): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexArcCscH(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 inverse cosecant of a complex number.
VarComplexArcCsc computes the hyperbolic inverse cosecant of a complex number and returns the result.
AValue is a Variant whose value represents the complex number.
VarComplexArcCsc returns a Variant whose value is the hyperbolic inverse cosecant of AValue.