LOG Function
The LOG function is one of the math and trigonometry functions. It is used to return the logarithm of a number to a specified base.
Syntax
LOG(number, [base])
The LOG function has the following arguments:
Argument | Description |
---|
number | A numeric value for which you want to get the logarithm. It must be greater than 0. |
base | The base used to calculate the logarithm of a number. It is an optional parameter. If it is omitted, the function will assume base to be 10. |
Notes
How to apply the LOG function.
Examples
The figure below displays the result returned by the LOG function.
