RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexArcSinH Function

Returns the hyperbolic inverse sine of a complex number.

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

VarCmplx

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

AValue is a Variant whose value represents the complex number. 

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

 

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