Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 477f30b

Browse files
committedOct 5, 2020
Fix markup.
1 parent d6b8dd3 commit 477f30b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎src/algorithms/math/bits/README.fr-FR.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,14 @@ Légende:
275275
```
276276
A = 3: 011
277277
B = 6: 110
278-
┌──────┬────┬────┬───────┬────────┬───────┬─────────────────┐
279-
│ bit │ ai │ bi │ carryIn │ carryOut │ bitSum │ resultBin │ resultDec │
280-
├──────┼────┼────┼───────┼────────┼───────┼─────────────────┤
281-
│ 0 │ 1 │ 0 │ 0 │ 0 │ 1 │ 1 │ 1 │
282-
│ 1 │ 1 │ 1 │ 0 │ 1 │ 0 │ 01 │ 1 │
283-
│ 2 │ 0 │ 1 │ 1 │ 1 │ 0 │ 001 │ 1 │
284-
│ 3 │ 0 │ 0 │ 1 │ 0 │ 1 │ 1001 │ 9 │
285-
└──────┴────┴────┴───────┴────────┴───────┴─────────────────┘
278+
┌──────┬────┬────┬─────────┬──────────┬─────────┬───────────┬───────────┐
279+
│ bit │ ai │ bi │ carryIn │ carryOut │ bitSum │ resultBin │ resultDec │
280+
├──────┼────┼────┼─────────┼──────────┼─────────┼───────────┼───────────┤
281+
│ 0 │ 1 │ 0 │ 0 │ 0 │ 1 │ 1 │ 1 │
282+
│ 1 │ 1 │ 1 │ 0 │ 1 │ 0 │ 01 │ 1 │
283+
│ 2 │ 0 │ 1 │ 1 │ 1 │ 0 │ 001 │ 1 │
284+
│ 3 │ 0 │ 0 │ 1 │ 0 │ 1 │ 1001 │ 9 │
285+
└──────┴────┴────┴─────────┴──────────┴─────────┴───────────┴───────────┘
286286
```
287287

288288
> Voir [fullAdder.js](fullAdder.js) pour plus de détails.

0 commit comments

Comments
 (0)
Please sign in to comment.