91
MySQL TAN() Function
The tan() is a Math function of MySQL. This function is used to get the tangent of the given number.
Syntax
Parameter:
number: It is the value for getting tangent.
Returns:
This function returns the tangent of a number.
Example 1
Output:
Example 2
Output:
Next TopicMySQL Math