a calculator written in python supporting binary,hexal,octal
Enter the input in the input box. supported operations are addition, subtraction, multiplication, division, and exponents. brackets are supported. bin,hex,oct convertions are supported by using the following prefixes:
- 0b -> binary
- 0x -> hexadecimal
- 0o -> octal
Choose an output format from the combobox in the gui to output in bin,hex,oct, or decimal.
Enter minterms in the input box separated by commas ex: 0,2,5,8,11,14. choose number of variables from the combo box.
The only requirement is Pyside6