https://github.com/shane-staret/twoscomplementer
A Java program that converts a binary number into it's two's complement equivalent. This is used within the SimpleBinaryCalculator repository.
https://github.com/shane-staret/twoscomplementer
binary binary-addition converts half-adder java twos-complement
Last synced: about 1 month ago
JSON representation
A Java program that converts a binary number into it's two's complement equivalent. This is used within the SimpleBinaryCalculator repository.
- Host: GitHub
- URL: https://github.com/shane-staret/twoscomplementer
- Owner: shane-staret
- Created: 2018-01-31T09:39:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T22:45:45.000Z (over 1 year ago)
- Last Synced: 2025-01-22T01:36:40.799Z (about 1 year ago)
- Topics: binary, binary-addition, converts, half-adder, java, twos-complement
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwosComplementer
A Java program that converts a binary number into it's two's complement equivalent. This is used within the SimpleBinaryCalculator repository.