Difference between revisions of "Documentation/How Tos/Calc: LOG function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
(See also:)
Line 21: Line 21:
  
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
 +
 +
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 07:19, 13 September 2008


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

Functions listed alphabetically, Functions listed by category

Personal tools