Interesting negative decimal number notation

This was a very common notation when decimal logarithms were involved. The starting point is that if $$ M/N=10^k $$ for two positive numbers $M$ and $N$, then their decimal logarithms have the same mantissa (fractional part) and we can write $$ \log_{10} M= k + \log_{10} N $$ In particular, any number $M>0$ can be uniquely written as $$ M=10^k N $$ with integer $k$ and $1\le N<10$. So the logarithmic tables were compiled, say, for numbers from $1$ to $1000$, but only showed the mantissa; when the logarithm of, say, $10.4$ was needed, one looked at $104$ finding the mantissa to be $01703$ and so could conclude $\log_{10}10.4=1.01703$. If one knows the decimal logarithm of $2$ $$ \log_{10}2=0.30103 $$ (equality is meant as “approximate”), then $\log_{10}0.02=-2+0.30103$, which was written as $$ \log_{10}0.02=\overline{2}.30103 $$ to ease lookup in logarithmic tables, because, as already said, only mantissas were shown.

In your case, $0.125=1/8$, so $$ \log_{10}0.125=-\log_{10}8 = -3\log_{10}2=-0.90309=-1+0.09691=\overline{1}.09691 $$ (use the “complement to $9$” rule for writing the mantissa).