[Feature] Add more missing operations in Binary Calculator #1861
Labels
calculator upgrade 🔢
Adds more functionality to the existing calculator
enhancement ✨
New feature or request
Description
Issue Description:
The current implementation of the project lacks the following features:
Decimal Output: The results are displayed only in binary format, which may not be intuitive for all users.
Division Method: There is no method available for performing division operations on binary inputs.
Logical Operators (OR, AND, XOR): The project currently does not support OR, AND, or XOR operations, which limits its functionality for complex logical operations on binary inputs.
Expected Behavior:
Screenshots
Actual Behavior:
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: