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] Add more missing operations in Binary Calculator #1861

Closed
4 of 7 tasks
isid555 opened this issue Aug 26, 2024 · 2 comments · Fixed by #1850
Closed
4 of 7 tasks

[Feature] Add more missing operations in Binary Calculator #1861

isid555 opened this issue Aug 26, 2024 · 2 comments · Fixed by #1850
Assignees
Labels
calculator upgrade 🔢 Adds more functionality to the existing calculator enhancement ✨ New feature or request

Comments

@isid555
Copy link
Contributor

isid555 commented Aug 26, 2024

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:

  • Attempt to display the results in decimal format.
  • Attempt to perform a division operation on two binary inputs.
  • Attempt to use OR, AND, or XOR operators on two binary inputs.

Screenshots

Actual Behavior:

image

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a GSSOC'24 contributor.
  • I am a IWOC'24 contributor.
  • I am a JWOC'24 contributor.
  • I am a SWOC'24 contributor.

Code of Conduct

Copy link

Hey @isid555, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@Rakesh9100 Rakesh9100 changed the title [Feature] Missing Features: Decimal Output, Division Method, OR, AND, XOR Operators for Binary Inputs [Feature] Add more missing operations in Binary Calculator Dec 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

Hello @isid555! Your issue #1861 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request calculator upgrade 🔢 Adds more functionality to the existing calculator labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator upgrade 🔢 Adds more functionality to the existing calculator enhancement ✨ New feature or request
Projects
None yet
2 participants