0

I expected that $log(b, a)$ represents $log_ba$. However this is not what google calculates for you if you type that into the search bar. For example, google says $log(4,2) \approx 0.62324929039$. What is it calculating in this case?

MVTC
  • 607
  • 1
    It appears to be $\log 4.2$. Further reading: http://en.wikipedia.org/wiki/Decimal_mark#Countries_using_Arabic_numerals_with_decimal_comma –  Oct 21 '14 at 05:19

1 Answers1

1

In google calculator, "," is mapped to "." and $log(b,a)$ represents $log_{10}{b.a}$

Shine Mic
  • 835
  • 4
  • 16