
description:
Returns the logarithm of a number to the base you specify. |
syntax:
=LOG( number, [base] ) |
required arguments:
number | Number for which you want the logarithm. |
optional arguments:
[base] | Base of the logarithm. Defaults to 10. |
