Returns the tangent of the given angle.
Syntax
TAN(number)
Number is the angle in radians for which you want the tangent. If your argument is in degrees, multiply it by PI()/180 to convert it to radians.
Examples
TAN(0.785)
equals 0.99920
TAN(45*PI()/180)
equals 1