Click or drag to resize

UncertainMathAtan2 Method

Computes the arctangent of the ratio of two uncertain values.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static UncertainValue Atan2(
	UncertainValue x,
	UncertainValue y
)

Parameters

x
Type: Meta.NumericsUncertainValue
The argument of the numerator.
y
Type: Meta.NumericsUncertainValue
The argument of the denominator.

Return Value

Type: UncertainValue
The arctangent of the quotient x/y.
See Also