TComplex.Arg Method

Returns the argument of the complex number, i.e. the angle between the positive real axis and the line joining the origin and the number represented as a point in the complex plane.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public double Arg()

Return Value

Double
Argument of the complex number.

Exceptions

GeneralExceptionThrown when the complex number is zero.

See Also