UncNumberAtan2 Method

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

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
C#
public UncNumber Atan2(
	UncNumber b
)

Parameters

b  UncNumber

Return Value

UncNumber

Implements

IRealMathTAtan2(T)

See Also