Numbers in any base can have a fractional component.

  • (decimal point)
  • (binary point)

We can use negative powers to easily convert these components:

  • Take for example, .
  • We just continue in the downward trend:

Some fractional components may have an infinite series of digits in other bases.

  • For example, will never terminate in binary.
  • Or, .

As such, we may not always be able to accurately convert fractional components to other bases. A simple way we use to deal with loss of accuracy is to specify how many digits of accuracy you are using.

  • For example in binary is to 5 bits of accuracy.