RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexCosH Function

Returns the hyperbolic cosine of a complex number.

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

VarComplexCosH computes the hyperbolic cosine of a complex number and returns the result. 

AValue is a Variant whose value represents the complex number. 

VarComplexCosH returns a Variant whose value is the hyperbolic cosine of AValue. 

 

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