I need a log function in my javascript but it needs to be base 10, I can't see any listing for this so I'm assuming it's not possible... any math wizards out there know of an approach for this? Or maybe I'm missing something and there is a way?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||||||||||||
|
|
Easy, just change the base by dividing by the log(10). There is even a constant to help you
which is the same as:
|
|||
|
|
|
You can simply divide the logarithm of your value, and the logarithm of the desired base, also you could override the
|
|||
|
|
Then you can do
NOTE: Initially I thought to do |
|||||||||||||
|
