PureBytes Links
Trading Reference Links
|
Chris Evans wrote:
>How do you convert Ln(X) where X>0 and <1 to
>Log base10 ..
log_base_b(x) = log(x) / log(b)
where the log() function itself can be any base.
So log_base_10_x = log(x) / log(10);
--
,|___ Alex Matulich -- alex@xxxxxxxxxxxxxx
// +__> Director of Research and Development
// \ Unicorn Research Corporation -- http://unicorn.us.com
// __) HTML FORMATTED MAIL SENT HERE WILL BE REJECTED AS SPAM.
|