IReal Operations<T>.Atan 2 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#
The arc tangent of y / x, transformed to the correct quadrant.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
T Atan2(
T y,
T x
)
Parameters
Return Value
TThe arc tangent of y / x, transformed to the correct quadrant.