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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 3: Line 3:
 
== LOG10 ==
 
== LOG10 ==
 
Returns the base-10 logarithm of a number.
 
Returns the base-10 logarithm of a number.
 
  
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''LOG10(number)'''</tt>
 
<tt>'''LOG10(number)'''</tt>
 
: returns the logarithm to base 10 of <tt>'''number'''</tt>.
 
: returns the logarithm to base 10 of <tt>'''number'''</tt>.
 
  
 
=== Example: ===
 
=== Example: ===
 
<tt>'''LOG10(5)'''</tt>
 
<tt>'''LOG10(5)'''</tt>
 
: returns the base-10 logarithm of <tt>'''5'''</tt> (approximately <tt>'''0.69897'''</tt>).
 
: returns the base-10 logarithm of <tt>'''5'''</tt> (approximately <tt>'''0.69897'''</tt>).
 
  
 
=== See also: ===
 
=== See also: ===

Revision as of 06:35, 2 March 2008


LOG10

Returns the base-10 logarithm of a number.

Syntax:

LOG10(number)

returns the logarithm to base 10 of number.

Example:

LOG10(5)

returns the base-10 logarithm of 5 (approximately 0.69897).

See also:

LOG, LN, POWER

Mathematical functions

Personal tools