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) --------------------------------------------------------------------------