Syntax of TAN Function :
TAN (float_expression)
float_expression is an expression of float or real data type.
Return type of TAN is float data type.
Examples of TAN Function :
Example 1 : Use of TAN function in select clause
SELECT TAN(-30)
Output
6.40533119664628
Above example returns tangent value for specified number of angle.