mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
Update content/blog/non-decimal-numbers-in-tech/index.md
Co-authored-by: James Fenn <me@jfenn.me>
This commit is contained in:
@@ -39,7 +39,7 @@ Binary, on the other hand, is _base two_. **This means that there are only two s
|
||||
> For the Latin enthusiasts, binary comes from "binarius" meaning "two together". _Deca_, meaning 10, is where "decimal" comes from.
|
||||
> Additionally, the term "radix" is sometimes used instead of "base" when describing numeral systems, especially in programming.
|
||||
|
||||
Instead of using numbers, which can get very confusing very quickly while learning for the first time, let's use **`X`** s and **`O`** s as our two symbols for our first few examples. _An **`X`** represents if a number is present and that we should add it to the final sum; an **`O`** means that the number is not present and that we should not add it_.
|
||||
Instead of using numbers, which can get very confusing very quickly while learning for the first time, let's use **`X`**'s and **`O`**'s as our two symbols for our first few examples. _An **`X`** represents if a number is present and that we should add it to the final sum; an **`O`** means that the number is not present and that we should not add it_.
|
||||
Take the following example:
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user