Log('Expression')
Description
This function returns the natural logarithm (ln x) of 'Expression' as its result.
Example
Calculating a known natural logarithm.
Solution
Logarithm of Euler's number e must constantly give 1: ln e = 1

Tip |
|
|---|---|
|
Although negative values for 'Expression' do not produce an error message, they do not produce a result either. |
|