Numeric Math Functions Oracle PLSQL

SQL>
Syntax: COS()
SQL>
SQL>
SQL> SELECT COS(2) from dual;
    COS(2)
----------
-.41614684
SQL>
SQL>