RealNArrayDAtan2 Method

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

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public RealNArray<D> Atan2(
	RealNArray<D> b
)

Parameters

b  RealNArrayD

Return Value

RealNArrayD

Implements

IRealMathTAtan2(T)

See Also