RAD Studio VCL Reference
|
Converts a set of polar coordinates to a complex number.
function VarComplexFromPolar(const ARadius: Double; const ATheta: Double): Variant;
Variant VarComplexFromPolar(const Double ARadius, const Double ATheta);
VarComplexFromPolar returns the complex number that corresponds to the radius (length) and angle specified by the ARadius and ATheta parameters, respectively. The result is returned as a Variant whose value is the corresponding complex number.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|