TAN
The TAN function calculates the tangent of the specified angle.
TAN Syntax
Use the following syntax when incorporating the TAN function in queries:
TAN(angle)
TAN requires the input angle value to be in radians (a double data type). If the angle is in degrees, use the RADIANS function to convert the degree value to radians.