Documentation/How Tos/Calc: LOG function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 09:29, 24 November 2009 by OOoWikiBot (Talk | contribs)

Jump to: navigation, search


LOG

Returns the logarithm of a number to the specified base.

Syntax:

LOG(number; base)

returns the logarithm to base base of number.

Example:

LOG(10; 3)

returns the logarithm to base 3 of 10 (approximately 2.0959).

LOG(7^4; 7)

returns 4.

Template:Documentation/SeeAlso

Personal tools