Overview
Syntax | LOG(Number,Base) | Returns the logarithm of a number to the base you specify. |
---|---|---|
Parameter 1 | Number | Positive real number for which you want the logarithm |
Parameter 2 | Base | Base of the logarithm If the base is omitted, the base is 10 by default. |
Notes
The function supports two numerical parameters, of which the second one can be defaulted.
Example
Formula | Result | Note |
---|---|---|
LOG(16,2) | 4 | |
LOG(10) | 1 | |
LOG(24,3) | 2.892789261 |