[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| LOG10 |
+---------------------------------+
LOG10(<expN>)
-----------------------------------
Returns common logarithm (base 10) of <expN>.
Return value - Numeric
-----------------------------------
The mathematical function LOG10() returns the common logarithm of
<expN>. The base for the common logarithm is 10; the LOG10() function
returns the value of x in the equation 10x = <expN>. <expN> must be
greater than 0. The number of decimal places returned in the result is
determined by the SET DECIMALS command.
+---------------------------------+
| Examples |
+---------------------------------+
? LOG10(10)
STORE 100 TO baseten
? LOG10(baseten)
? LOG10(baseten2)
-----------------------------------
See Also: EXP(), LOG(), SET DECIMALS
-----------------------------------
See Also:
EXP()
LOG()
SET DECIMALS
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson