SyntaxFix
Write A Post
Hire A Developer
Questions
Don't forget that log[base A] x = log[base B] x / log[base B] A.
So if you only have log (for natural log) and log10 (for base-10 log), you can use
log
log10
myLog2Answer = log10(myInput) / log10(2)