I have the following number in binary:
$$ 0.111_2 = 0 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} $$
I need to find the number such that it's bigger than the current and there is no number in between represented within the given number of places after the radix point (no numbers like 0.1111 - 4 places after the radix point). How can I do that?
I can make parallel with decimal system, where for the number 0.3 the least bigger number is 0.4, and no other number that have 1 place after the radix exist between 0.3 and 0.4