Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
LOG « Numeric Math Functions « Oracle PL / SQL
Oracle PL / SQL
Numeric Math Functions
LOG
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
4.
LOG(2, 5)