====== Tan function ====== ==== Description ==== Finds the tangent of an angle, expressed in degrees. ==== Syntax ==== //Tangent// = **Tan**(//expression//) ==== Parameters ==== The Tan function has the following parameter. ^Parameter^Description^ |//Expression//|Must be numeric and express degrees.|| ==== See Also ==== [[atan|ATan()]], [[cos|Cos()]], [[sin|Sin()]] ==== Example ==== * T is set to the tangent of the value of degrees. T = Tan(degrees) ** **