PureBytes Links
Trading Reference Links
|
> How do you convert Ln(X) where X>0 and <1 to
> Log base10 ..
Google "convert log" and you'll find plenty of sites that describe the
math.
Basically log[base Y] (X) = log(X) / log(Y).
So log10(X) = log(X) / log(10).
Doesn't matter what log you use for the calculation, as long as you use
the same log in numerator & denominator. So Ln(X) / Ln(10) will work
just fine.
Gary
|