LOG

Returns the logarithm of the given number to the specified base.

Sample Usage

LOG(8,2)
LOG(A4,A5)

Syntax

LOG(number, base)

  • number - The number for which the logarithm is to be computed.
  • base - The base number for computing the logarithm.

Examples

LOG(8,2) returns a value of 3.
LOG(A4,A5) returns the logarithm of the given number (A4) to the specified base (A5).

Notes

  • number must be positive.