SinX:

Path: Math/Trigonometry

% Computes the value of the sine function given the argument in degrees.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   s = SinX( x )
--------------------------------------------------------------------------

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

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

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

Children:

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

Back to the Math Module page