RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexArcSin Function

Returns the inverse sine of a complex number.

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

VarCmplx

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

AValue is a Variant whose value represents the complex number. 

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

 

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