IComplexElementaryFunctions<T, U>.Atan Method

Gets the inverse tangent of a complex number.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T Atan(
	T z
)

Parameters

z  T
A complex number.

Return Value

T
The inverse tangent of z.

See Also