[Fast binary conversion – part I] In this post we continue talking about fast binary conversion, this time focusing on signed numbers, in particular two’s complement (2C) numbers . We introduced binary in a previous post (Sinistar), and two’s complement was only briefly tackled: ” In 2C’s representation, the most significant bit (the one most …
Tag: fast binary
Feb 24 2019
Fast binary conversion – Part I
Binary is the basis of digital systems and it is important to be fluent when it comes to obtain the decimal value of a binary number. In this post we will start dealing with fast binary to decimal conversion for numbers up to 16 bits. This will be handy if you work in the domain …