TAN (Primitive Spread Function) returns the tangent of the specified angle.
SYNTAX:
TAN(value)
REMARKS:
Specify the angle in radians using the value argument. If the angle is in degrees, multiply it by π/180 to convert it to radians.
EXAMPLES:
TAN(B3)
TAN(45*PI()/180)=1