Description Returns the logarithm of a number to the specified base.
Syntax LOG ( number [, base] )
Argument | Description |
---|---|
number | Any positive real number. |
[base] | Optional. The base of the logarithm. If this argument is omitted, 10 is used. |
Examples This function returns 0:
This function returns 1: