Numeric Math Functions Oracle PLSQL

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