SyntaxFix
Write A Post
Hire A Developer
Questions
you can use the identity
log[a]x log[b]x = --------- log[a]b
so this would be applicable for log2.
log[10]x log[2]x = ---------- log[10]2
just plug this into the java Math log10 method....
http://mathforum.org/library/drmath/view/55565.html