Difference between revisions of "LOG10()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return base 10 logarithm for the specified numeric expression
 
Function to return base 10 logarithm for the specified numeric expression
 
  
 
==Syntax==
 
==Syntax==
 
LOG10(<expN>)
 
LOG10(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[PI()]], [[RTOD()]], [[SIN()]], [[TAN()]], [[SET DECIMALS]], [[SET FIXED]]
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[PI()]], [[RTOD()]], [[SIN()]], [[TAN()]], [[SET DECIMALS]], [[SET FIXED]]
 
  
 
==Description==
 
==Description==
 
The LOG10(<expN>) function returns the base 10 log of the specified <expN>.  The SET DECIMALS command determines the number of decimal places returned.  By default, SET DECIMALS is set to 2.
 
The LOG10(<expN>) function returns the base 10 log of the specified <expN>.  The SET DECIMALS command determines the number of decimal places returned.  By default, SET DECIMALS is set to 2.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
       2.48
 
       2.48
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==
Line 26: Line 21:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 09:07, 4 February 2013

Purpose

Function to return base 10 logarithm for the specified numeric expression

Syntax

LOG10(<expN>)

See Also

ACOS(), ASIN(), ATAN(), ATN2(), COS(), DTOR(), EXP(), LOG(), PI(), RTOD(), SIN(), TAN(), SET DECIMALS, SET FIXED

Description

The LOG10(<expN>) function returns the base 10 log of the specified <expN>. The SET DECIMALS command determines the number of decimal places returned. By default, SET DECIMALS is set to 2.

Example

? log10(300)
      2.48

Products

Lianja Server, Lianja