UncertainMathAtan Method
            Computes the arctangent of an uncertain value.
            
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static UncertainValue Atan(
	UncertainValue x
)
Public Shared Function Atan ( 
	x As UncertainValue
) As UncertainValue
public:
static UncertainValue Atan(
	UncertainValue x
)
static member Atan : 
        x : UncertainValue -> UncertainValue 
- x  UncertainValue
 - The argument.
 
UncertainValueThe arctanget of the argument.