Function tanDeg( theta )

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