RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexArcCosH Function

Returns the hyperbolic inverse cosine of a complex number.

Pascal
function VarComplexArcCosH(const AValue: Variant): Variant;
C++
Variant VarComplexArcCosH(const Variant AValue);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!