TAN() returns the tangent of the argument passed to it.
Syntax: TAN(<numeric expression>) SQL> SQL> SQL> SELECT TAN(36) AS RESULT from dual; RESULT ---------- 7.75047091 SQL>