Function
cosDeg( theta )
Description:
Cosine of an angle.
Parameters:
theta
(floating point)
an angle, in degrees
Return Value (floating point):
the cosine of the argument
Signature:
double cosDeg(double)