VarCmplx.VarComplexArcCosH
From RAD Studio VCL Reference
Contents |
Delphi Information
From VarCmplx.pas
function VarComplexArcCosH(const AValue: Variant): Variant;
Unit: VarCmplx
Type: function
Visibility: public
C++ Information
From VarCmplx.hpp
System::Variant __fastcall VarComplexArcCosH(const System::Variant & AValue);
Unit: VarCmplx
Type: function
Description
Returns the hyperbolic inverse cosine of a complex number.
VarComplexArcCosH computes the hyperbolic inverse cosine of a complex number and returns the result.
AValue is a Variant whose value represents the complex number.
VarComplexArcCosH returns a Variant whose value is the hyperbolic inverse cosine of AValue.