Difference between revisions of "LOG10()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
==Class==
 
Numeric Data
 
  
  

Revision as of 16:07, 27 October 2009


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

Recital Database Server, Recital Mirage Server, Recital Terminal Developer