SQRT(5) : SQRT « Numeric Math Functions « Oracle PL / SQL






SQRT(5)

 

SQL> select SQRT(5) from dual;

   SQRT(5)
----------
2.23606798

SQL>
           
         
  








Related examples in the same category

1.SQRT() extracts the square root from the input argument.
2.Get the square root
3.SQRT(x): Returns the square root of x
4.round(sqrt(sal),2)