It's easier to read if you use tags to crete subindices. If you don't know how to use them, just click the quote button and see how I've implemented subindices in this post.Originally Posted by metalmidget
logbx = logzx / logzb
where z is any number, but of course you want z to be either e or 10, which are the available logs in calculators:
logbx = log10x / log10b
or
logbx = logex / logeb = ln x / ln b




Reply With Quote