Returns the logarithm of a positive number with base 2.
Sample usage
LOG(Users)
Syntax
LOG(X)
Parameters
X
- a field or expression containing at least one field.
Examples
Formula | Input | Output |
LOG(Users) |
1 | 0 |
LOG(Users) |
100 | 6.64 |