Introduction to Computer Arithmetic (Changing Bases, Sums & Multiplication)
This post is going to be an intorduction to computer arithmetic and will give us a bit of background of what bases are and how to switch between them without first converting to base 10 (which is how our brains usually deal with numbers). We’re also going to look at performing sums with different bases without first changing to base 10 (great fun). Changing bases When is comes to computer arithmetic, we need to be able to play with changing...Read more