![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
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 : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 145 users online © 2009 psoug.org |