Skip to main content

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

ParameterTypePurpose
valuenumeric or seriesInput value, taken into calculation

Returns: numeric or series.

Example

nl = log(3)