Log ( double number );    
Description
Returns the natural logarithm of an argument.
Input parameters
| Parameter | Default value | Description | 
|---|---|---|
| number | - | Defines number whose logarithm is calculated. | 
Example
declare lower;
plot data = Log(close);
The code draws the plot of the logarithm of the closing price of a stock.