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