Numeric Math Functions Oracle PLSQL

SQL>
Syntax: SQRT()
SQL>
SQL>
SQL> SELECT
  2     SQRT(100) root from dual;
      ROOT
----------
        10