You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I noticed that the functionality for converting Binary to Gray Code and Gray Code to Binary is missing.
These features will allow users to:
Input a binary number and convert it to its corresponding Gray code.
Input a Gray code and convert it back to a binary number.
Steps:
Add a form with two inputs: one for binary input and the other for Gray code.
Implement conversion algorithms for:
Binary to Gray code conversion.
Gray code to Binary conversion.
Display the result after the user submits the input.
Benefits:
Extends the functionality of the current calculator.
Helps users working with digital systems and encoding.
I would like to work on this feature and contribute to the project. Please let me know if I can proceed!
Hey @SHRUTISINHA250714, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨
We have Number System Calculator which converts binary to decimal, octal, hexadecimal and vice versa. Can we integrate this calculation in that calculator itself @SHRUTISINHA250714
@Rakesh9100 I'd like to work on adding Binary to Gray Code conversion to the existing calculator and integrate it with the current features! Please assign it to me.
Description
Description:
I noticed that the functionality for converting Binary to Gray Code and Gray Code to Binary is missing.
These features will allow users to:
Input a binary number and convert it to its corresponding Gray code.
Input a Gray code and convert it back to a binary number.
Steps:
Add a form with two inputs: one for binary input and the other for Gray code.
Implement conversion algorithms for:
Binary to Gray code conversion.
Gray code to Binary conversion.
Display the result after the user submits the input.
Benefits:
Extends the functionality of the current calculator.
Helps users working with digital systems and encoding.
I would like to work on this feature and contribute to the project. Please let me know if I can proceed!
Screenshots
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: