Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
TAN
On this page
The TAN() function returns the tangent of x, where x is given in radians.
Syntax
TAN (x)
Arguments
-
x: the argument
Return Type
Float or double.
Examples
SELECT TAN(3.14159265359);
+---------------------------------+
| TAN(3.14159265359) |
+---------------------------------+
| 0.00000000000020682310711021444 |
+---------------------------------+Last modified: