Imaginary<T>.Arg Method

Returns the argument of an imaginary number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public static T Arg(
	Imaginary<T> z
)

Parameters

z  Imaginary<T>
An imaginary number.

Field Value

T
The argument of the z, in radians.

Remarks

The argument of an imaginary number is the angle between the positive real axis and a line from the origin to the complex number, measured counter-clockwise.

For an imaginary number, the argument is equal to positive or negative Pi divided by 2.

See Also