Function
sinDeg( theta )
Description:
Sine of an angle.
Parameters:
theta
(floating point)
an angle, in degrees
Return Value (floating point):
the sine of the argument
Signature:
double sinDeg(double)