Math<T>.Atan2 Method

Returns the angle whose cosine is the specified number.

Definition

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

Parameters

y  T
 
x  T
 

Return Value

T

See Also