How to convert a binary fraction to decimal in Python
In the last three posts I have written, I have discussed how to convert a decimal integer to a binary integer, a decimal fraction to a binary fraction, and a binary integer to a decimal integer. In this post I will discuss how to convert a binary fraction to a decimal fraction. This post, being the fourth in the series, will be the last post on the topic, but at some point I may produce a series…