Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Returns the tangent of x, where x is given in radians.
TAN (x)
Float or double. NULL if x is NULL or invalid.
SELECT TAN(3.14159265359);
+---------------------------------+
| TAN(3.14159265359) |
+---------------------------------+
| 0.00000000000020682310711021444 |
+---------------------------------+