SinX:

-------------------------------------------------------------------------------
   Computes the value of the sine function given the argument in degrees.
-------------------------------------------------------------------------------
   Form:
   s = SinX( x )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   x            Angle (deg)

   -------
   Outputs
   -------
   s            sin(x)

-------------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D
Common: Math/CosX
Common: Math/SinD