You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
LOG
Since 12.8
Calculates the logarithm of a number to a base.
Syntax
LOG([number], [base])
Inputs
number- Number; number or attribute of some type of number.
- base - Base; number or attribute of some type of number.
Return types
number
Examples
Expression | Result | Type |
---|---|---|
LOG(100, 10) | 2.0 | Number |
LOG(32, 2) | 5.0 | Number |
LOG(3, 9) | 0.5 | Number |
Overview
Content Tools