RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexCotH Function

Returns the hyperbolic cotangent of a complex number.

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

VarComplexCot computes the hyperbolic cotangent of a complex number and returns the result. 

AValue is a Variant whose value represents the complex number. 

VarComplexCot returns a Variant whose value is the hyperbolic cotangent of AValue. 

 

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