Syntax: TAN(<numeric expression>) SQL> SQL> SQL> SELECT TAN(36) AS RESULT from dual; RESULT ---------- 7.75047091 SQL>