log
Syntax Format
log(value)
Overview
The log function returns the natural logarithm of the given value. The given value should be more than 0 to receive a result. This function can be helpful in scripts, which use the data on exponential change of the chosen series type.
Parameters
| Parameter | Type | Purpose | 
|---|---|---|
| value | numeric or series | Input value, taken into calculation | 
Returns: numeric or series.
Example
nl = log(3)