Returns the logarithm of a number with the given base.
Declaration
LOG(number, base) -> number
Parameters
- number (type: number)
- The number you want the logarithm for.
- base (type: number)
- The base of the logarithm.
Return Values
- number (type: number)
- The logarithm
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.