-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature Enhancement: Added Decimal Output, Division Method, OR,AND ,X…
…OR Operators for Binary Inputs
- Loading branch information
isid555
committed
Aug 14, 2024
1 parent
2a1cfa1
commit 0c605a9
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0c605a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Title: Feature Enhancement: Added Decimal Output, Division Method, OR, and XOR Operators for Binary Inputs
Description:
I have made the following improvements to the project, which enhances the functionality and addresses missing features:
Added Decimal Output:
A new parameter p has been introduced that allows the results to be displayed in decimal format in addition to binary. This enhances usability by providing users with a more familiar numerical representation.
Implemented Division Method:
Previously, the division operation was missing from the set of available operations. This method has now been implemented, enabling division of two binary inputs.
Added OR ,AND, XOR Operators:
The binary operations set has been expanded to include the OR ,AND, XOR operators, allowing for more complex logical operations between two binary inputs.
Impact:
These enhancements improve the versatility of the system by supporting additional operations and providing more output options. This will be especially beneficial for users who need both binary and decimal outputs and require the ability to perform OR and XOR operations on binary inputs.
Screenshots