RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexTanH Function

Returns the hyperbolic tangent of a complex number.

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

VarCmplx

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

AValue is a Variant whose value represents the complex number. 

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!