Skip to content

Commit 5e17441

Browse files
committed
Correct typos in L9
1 parent 7698423 commit 5e17441

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

09_Rechnerarithmetik.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ $$
280280
| ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | -------- | -------- | -------- | -------- |
281281
| 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 | 0.5 | 0.25 | 0.125 | 0.0625 |
282282

283-
Beispiel: $1011,1101 = 8 + 2 + 1 + 0.5 + 0.25 + 0.625 = 11.8125$
283+
Beispiel: $1011,1101 = 8 + 2 + 1 + 0.5 + 0.25 + 0.0625 = 11.8125$
284284

285285
```
286286
i=0
@@ -349,11 +349,11 @@ print("{0:50.50f}\n{1}".format(a, x))
349349
350350
**Manuelle Vorgehensweise**
351351
352-
352+
<!-- data-type="none" -->
353353
| Binär - $2^1$ | Oktal - $2^3$ | Hexdezimal - $2^4$ |
354354
| ------------- | ----------------- | ------------------ |
355355
| $011,1011011$ | 011,101 101 1(00) | 0011,1011 011(0) |
356-
| | 3,558 | 3,B6 |
356+
| | 3,554 | 3,B6 |
357357
| $1110,11011$ | 001 110,110 11(0) | 1110,1101 1(000) |
358358
| | 16,66 | E,D8 |
359359
@@ -602,7 +602,7 @@ Entsprechend müssen Überschreitungen des Zahlenbereiches erkannt und behandelt
602602

603603
Dafür werden die höchstrangigen Bits der Summanden und des Ergebnisses ausgewertet.
604604

605-
## Schaltwerke für arithmetische Operationen
605+
## Schaltnetze für arithmetische Operationen
606606

607607
{{0}}
608608
********************************************************************************

0 commit comments

Comments
 (0)