LOG
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Returns the logarithm base e specified by the value.
Syntax
LOG(<double expression>)
Example
LOG(1) // 0.0
LOG(2.71828182845905) // ~= 1.0