I'm writing some code, and I'm trying to succintly explain that $0.1$ has infinitely many repeating decimals in base 2 ($0.0\overline{0011}_2$).
How can I succintly explain this to a programmer, in a source code comment, without using $\LaTeX$ or too advanced UTF-8 symbols? Does it have a name?
It's called a repeating decimal. (Who knew!
:))Even though you're using base 2, I suppose the decimal is for "decimal point".
– Fine Man Jan 03 '17 at 22:56