RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarCmplx.VarComplexSqrt Function

Returns the square root of a complex number.

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

VarComplexSqrt returns the square root of AValue. 

AValue is a Variant whose value represents the complex number. 

 

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