Skip to content

Commit

Permalink
adder
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazzai authored Oct 30, 2024
1 parent 8df2c45 commit ac5c76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/97-bin-math.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ C<sub>OUT</sub> = C<sub>IN</sub>\*(A+B) + A\*B

è equivalente alla seguente funzione, che è invece realizzabile con le porte a disposizione, tra cui la XOR anziché la OR:

C<sub>OUT</sub> = C<sub>IN</sub>\*(A⊕B) + A\*Bpresentazione dei numeri binari
C<sub>OUT</sub> = C<sub>IN</sub>\*(A⊕B) + A\*B

| A | B | C<sub>IN</sub> | A\*B | A⊕B | A+B | Q | C<sub>IN</sub>\*(A+B) | C<sub>IN</sub>\*(A+B)<br><center>+ A*B |C<sub>IN</sub>\*(A⊕B) |C<sub>IN</sub>\*(A⊕B)<br><center>+ A*B |
| - | - | - | - | - | - | - | - | - | - | - |
Expand Down

0 comments on commit ac5c76c

Please sign in to comment.