MySQL TAN() function
TAN() function
MySQL TAN() returns the tangent of the argument. The argument is given in radians.
Syntax:
TAN(X);
Where X is a number
Syntax Diagram:

MySQL Version: 5.6
Pictorial presentation of MySQL TAN() function
Example of MySQL TAN() function
Code:
SELECT TAN(2.465);
Explanation:
The above statement will return the tangent of the given number 2.465.
Sample Output:
mysql> SELECT TAN(2.465); +--------------------+ | TAN(2.465) | +--------------------+ | -0.803041315427368 | +--------------------+ 1 row in set (0.00 sec)
All Mathematical Functions
Previous: SQRT()
Next: TRUNCATE()
- Weekly Trends
- Java Basic Programming Exercises
- SQL Subqueries
- Adventureworks Database Exercises
- C# Sharp Basic Exercises
- SQL COUNT() with distinct
- JavaScript String Exercises
- JavaScript HTML Form Validation
- Java Collection Exercises
- SQL COUNT() function
- SQL Inner Join
- JavaScript functions Exercises
- Python Tutorial
- Python Array Exercises
- SQL Cross Join
- C# Sharp Array Exercises
We are closing our Disqus commenting system for some maintenanace issues. You may write to us at reach[at]yahoo[dot]com or visit us at Facebook