diff --git a/representation_base/chapitre_2/README.md b/representation_base/chapitre_2/README.md index e70add1..89d94f0 100644 --- a/representation_base/chapitre_2/README.md +++ b/representation_base/chapitre_2/README.md @@ -103,7 +103,7 @@ Exemple avec les entiers 13 et -13 : + & & \: 1 \: 1 \: 1 \: 1 \: 0 \: 0 \: 1 \: 1 \\ \hline = & & 1 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 \: 0 -\end{align} +\end{align*} ``` Dans l'opération ci-dessus, nous avons un 1 pour le 9ième bit, mais comme notre représentation se limite à 8 bits, il nous reste bien $`(00000000)_2`$.