MathAtan2T Method

Returns the angle whose tangent is the quotient of two specified numbers.

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T Atan2<T>(
	T a,
	T b
)
where T : Object, IRealNumber<T>

Parameters

a  T
b  T

Type Parameters

T
Real Type

Return Value

T

See Also