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

Added more operations in Binary Calculator #1853

Closed
wants to merge 2 commits into from

Conversation

isid555
Copy link
Contributor

@isid555 isid555 commented Aug 23, 2024

Fixes Issue🛠️

Closes #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.

Type of Change📄

  • New feature (non-breaking change which adds functionality)

Checklist✅

  • I am an Open Source contributor
  • I have performed a self-review of my code
  • My code follows the style guidelines of this project

Screenshots/GIF📷

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
@Rakesh9100 Rakesh9100 changed the title Feature Enhancement: Added Decimal Output, Division Method, OR, and XOR Operators for Binary Inputs Added more operations in Binary Calculator Dec 2, 2024
@Rakesh9100 Rakesh9100 closed this Dec 2, 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.

[Feature] Add more missing operations in Binary Calculator
2 participants