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#
The inverse tangent of the imaginary number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Complex<T> Atan(
Imaginary<T> z
)
Parameters
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.