Documentation/How Tos/Calc: LOG function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 17:11, 24 December 2007 by Drking (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.


See also:

LOG10, LN, POWER

Mathematical functions

Personal tools