Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 282 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 282 Bytes

Binary Converter

Written using Python3 takes an Integer or Binary number as input and performs 2's complement, 1's complement, signed magnitude, and excess 128-notation on the input and displays the results.

To use just download and run it either through a CLI or IDE.