IRealOperations<T>.Atan2 Method

Returns the arc tangent of a pair of values.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T Atan2(
	T y,
	T x
)

Parameters

y  T
A value.
x  T
A value.

Return Value

T
The arc tangent of y / x, transformed to the correct quadrant.

See Also