VarCmplx.VarComplexArcTan
From RAD Studio VCL Reference
Contents |
Delphi Information
From VarCmplx.pas
function VarComplexArcTan(const AValue: Variant): Variant;
Unit: VarCmplx
Type: function
Visibility: public
C++ Information
From VarCmplx.hpp
System::Variant __fastcall VarComplexArcTan(const System::Variant & AValue);
Unit: VarCmplx
Type: function
Description
Returns the inverse tangent of a complex number.
VarComplexArcTan computes the inverse tangent of a complex number and returns the result.
AValue is a Variant whose value represents the complex number.
VarComplexArcTan returns a Variant whose value is the inverse tangent of AValue.