TComplex.ATan2 Method
Computes arctangent of the complex number this / y.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber ATan2(
TComplex y
)
Public Function ATan2 (
y As TComplex
) As TNumber
public:
TNumber^ ATan2(
TComplex^ y
)
member ATan2 :
y : TComplex -> TNumber
- y TComplex
- Number to divide this complex number by before computing arctangent.
TNumberArctangent of the complex number.