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