Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Enhancement: Added Decimal Output, Division Method, OR, and XOR Operators for Binary Inputs #1853

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

isid555
Copy link

@isid555 isid555 commented Aug 23, 2024

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

image

image

Copy link

netlify bot commented Aug 23, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit 0c605a9
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/66c828d8405f4700089aad6b
😎 Deploy Preview https://deploy-preview-1853--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @isid555, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

@isid555 isid555 changed the title New branch 1 Feature Enhancement: Added Decimal Output, Division Method, OR, and XOR Operators for Binary Inputs Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant