System.VarCmplx.VarComplexArcCosH

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexArcCosH(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexArcCosH(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 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.

See Also