Log
Returns the logarithm of a numeric for the specified base
Log(25, 5) → 2
Log(20, 3.1) → 2.64
Inputs
Log(number, base)
number
- A number expressionbase
- Logarithm base to use
Last updated
Was this helpful?
Returns the logarithm of a numeric for the specified base
Log(25, 5) → 2
Log(20, 3.1) → 2.64
Log(number, base)
number
- A number expression
base
- Logarithm base to use
Last updated
Was this helpful?