Closed sanikaahadap closed 5 months ago
Hey @sanikaahadap, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨
Bitwise Calculator is already present on the website, so for what bug you have opened this issue @sanikaahadap
The bitwise calculator has inconsistencies and some cases aren't being handled properly, which is leading to incorrect results, which is why I had opened the issue.
Hi @Rakesh9100, i think there is an issue with bitwise NOT operation it is currently calculated using this formula :
But "~" operator gives output in 2's complement so current output is :
Output should be : "010010" instead of "-101110"
Correct formula to calculate NOT is :
I would like to work on this issue and i would also like to add two more fundamental bitwise operations :
1) Bitwise Left-shift 2) Bitwise Right-shift
I request you to assign this issue to me.
Provide the supporting screenshots of the issues @sanikaahadap
You can go ahead @Uday2902
Description
Sir, I have relevant knowledge about bitwise operations and concerned programming capabilities. I request you to assign this task to me.
Screenshots
No response
Checklist
Code of Conduct