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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 15: Line 15:
 
: returns <tt>'''4'''</tt>.
 
: returns <tt>'''4'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: LOG10 function|LOG10]]''',
+
* [[Documentation/How_Tos/Calc: LOG10 function|LOG10]]
'''[[Documentation/How_Tos/Calc: LN function|LN]]''',
+
* [[Documentation/How_Tos/Calc: LN function|LN]]
'''[[Documentation/How_Tos/Calc: POWER function|POWER]]'''
+
* [[Documentation/How_Tos/Calc: POWER function|POWER]]'''
  
'''[[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 alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}

Revision as of 14:02, 25 February 2009


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