UncertainMathAtan2 Method
            Computes the arctangent of the ratio of two uncertain values.
            
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static UncertainValue Atan2(
	UncertainValue x,
	UncertainValue y
)
Public Shared Function Atan2 ( 
	x As UncertainValue,
	y As UncertainValue
) As UncertainValue
public:
static UncertainValue Atan2(
	UncertainValue x, 
	UncertainValue y
)
static member Atan2 : 
        x : UncertainValue * 
        y : UncertainValue -> UncertainValue 
- x  UncertainValue
 - The argument of the numerator.
 - y  UncertainValue
 - The argument of the denominator.
 
UncertainValueThe arctangent of the quotient x/y.