Function tan( theta )

Description:
Tangent of an angle.
Parameters:
theta (floating point)
an angle, in radians.
Return Value (floating point):
the tangent of the argument.
Signature:
double tan(double)