Feature Enhancement: Added Decimal Output, Division Method, OR, and XOR Operators for Binary Inputs #1853
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title: Feature Enhancement: Added Decimal Output, Division Method, OR, and XOR Operators for Binary Inputs
#1861
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