Ok, so I found this thing where they say you can find the digits of the common logarithm of a number n by taking n^10, seeing which two powers of ten the result is between and noting the lower one, then dividing by that lower power of ten to get the next number to raise to the tenth power for calculating the next digit. This is the website: https://calipertimepieces.com/2017/12/calculating-logarithms-manually/
I did it for the first 2 digits of 2, 3, and 5 and it seemed to work. So I thought, huh, does this work for any base. So I try calculating log_6 (2). I do 2^6 etc, and I get .215, which is not the first 3 digits of log_6 (2)... in base 10, it is the first 3 senary digits of log_6 (2).
So I'm wondering if this is just a weird fluke or if it works iff the positional and log bases are the same and if it does work I would love to know why it would work. My question is: What are the mathematics behind this method of calculating logarithms?