![]() |
|||
|
![]() |
![]() |
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
![]() Term: LOG
Definition: LOG(x, y) The example above reads as, "log base x of y." Note that x must be an integer (and not equal to one or zero) and y must be a positive number. The LOG function takes any numeric datatype or any nonnumeric datatype that can be implicitly converted to a numeric datatype. If either argument is BINARY_FLOAT or BINARY_DOUBLE, then the function returns BINARY_DOUBLE. Otherwise the function returns NUMBER. Example Usage: SELECT LOG(2,8) "Log" FROM DUAL; Related Links: Related Code Snippets:
![]() ![]() ![]() |
![]() |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |