Imaginary<T>.Atan Method

Gets the inverse tangent of an imaginary number.

Definition

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

Parameters

z  Imaginary<T>
An imaginary number.

Return Value

Complex<T>
The inverse tangent of the imaginary number.

Remarks

The inverse tangent of an imaginary number is imaginary for |z|<=1, or complex.

See Also