Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / ArcTanProblem Method

In This Topic
    ArcTanProblem Method
    In This Topic
    See: http://hyperphysics.phy-astr.gsu.edu/hbase/ttrig.html
    Syntax
    'Declaration
     
    Public Shared Function ArcTanProblem( _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Double
    public static double ArcTanProblem( 
       double x,
       double y
    )

    Parameters

    x
    y

    Return Value

    The angle in radians
    See Also