Tan(number)

Returns the tangent of a given angle.

See also Atn, Cos, Sin, and Pi.

number

Angle in radians for which you want the tangent. If the angle is in degrees, multiply it by PI()/180 to convert it to radians.