NumberAtan2 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 Number Atan2(
	Number b
)

Parameters

b  Number

Return Value

Number

Implements

IRealMathTAtan2(T)

See Also