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