Numeric Math Functions Oracle PLSQL

SQL> select bin_to_num(1,0) from dual;
BIN_TO_NUM(1,0)
---------------
              2
SQL>