Log
Returns the logarithm of a numeric for the specified base
Log(25, 5) → 2
Log(20, 3.1) → 2.64Inputs
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.64Log(number, base)
number- A number expression
base - Logarithm base to use
Last updated
Was this helpful?