Base Logarithm [LOG]

Returns the base logarithm of the given number.

Syntax

LOG (Number, Base)

Note: The required separator (comma or semi-colon) automatically corresponds to your computer’s location settings.

Data Types of the Arguments

Number, Integer

Data Type of the Result

Number

Expression

LOG (8,2)

Result

3

Notes

This function works on positive numbers only.

  • Was this Helpful ?
  • YesNo