TNumber.ATan2 Method

Computes arctangent of the number this / Base.

If obj is of type TSystem then applies this method recursively to all elements of the system.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber ATan2(
	BaseEntry Base
)

Parameters

Base  BaseEntry
Number to divide this number by before computing arctangent.

Return Value

TNumber
Value(s) of the arctangent function.

Exceptions

GeneralException Thrown if Type of obj is neither scalar nor TSystem or if there are units of measurement.

See Also