LOG10
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 10 specified by the value.
Syntax
LOG10(<double expression>)
Example
LOG10(1) // 0.0
LOG10(10) // 1.0