LOG(2, 5) : LOG « Numeric Math Functions « Oracle PL / SQL






LOG(2, 5)


SQL> select LOG(2, 5) from dual;

  LOG(2,5)
----------
2.32192809

SQL>
SQL>
SQL>
           
       








Related examples in the same category

1.LOG: The first argument is the base, and the second is the number that you want to take the log of
2.Get the log of 8, base 2
3.LOG(x, y):Returns the logarithm, base x, of y