Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
veniamin-ilmer authored Feb 15, 2024
1 parent e1e6236 commit 9939d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions balanced-ternary-algebra/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ Awesome! Now let's take the previous formula for a full adder:

And convert it to a full subtractor:

* Difference = Old Carry SUM A SUM NOT(B)
* New Borrow = (A CARRY NOT(B)) SUM (Old Carry CARRY (A SUM NOT(B)))
* Difference = Old Borrow SUM A SUM NOT(B)
* New Borrow = (A CARRY NOT(B)) SUM (Old Borrow CARRY (A SUM NOT(B)))

This reveals the full subtractor table:

Expand Down

0 comments on commit 9939d28

Please sign in to comment.