RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexArcTanH Function

Returns the hyperbolic inverse tangent of a complex number.

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

VarComplexArcTanH computes the hyperbolic inverse tangent of a complex number and returns the result. 

AValue is a Variant whose value represents the complex number. 

VarComplexArcTanH returns a Variant whose value is the hyperbolic inverse tangent of AValue. 

 

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