IRealOperations<T>.Atan2 Method

Returns the arc tangent of a pair of values.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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