$log
The$log operator returns the logarithm of the first value with the second value as the base.
Input
- An array containing exactly two numeric values: the input value and the base
Output
- The logarithm of the first value with the second value as the base
Examples
Natural Log (base e)
1 (approximately)
Base 10 Log
2
Base 2 Log
3

