RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexSinH Function

Returns the hyperbolic sine of a complex number.

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

VarComplexSinH computes the hyperbolic sine of a complex number and returns the result. 

AValue is a Variant whose value represents the complex number. 

VarComplexSinH returns a Variant whose value is the hyperbolic sine of AValue. 

 

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