RuanAragao / calculator

Create your own calculator
https://ruanaragao.github.io/calculator/
MIT License
27 stars 29 forks source link

closes #79(Added Bitwise calculator) #82

Closed 160121 closed 11 months ago

160121 commented 11 months ago

Pull Request

Description (required)

A bitwise calculator is a tool used to perform various bitwise operations on binary numbers. These operations include AND, OR, XOR. You can use a bitwise calculator to manipulate individual bits within binary numbers. It's commonly used in computer science and programming for tasks such as setting or clearing specific bits in a binary representation of data.

Checklist (required)

Screenshots (optional)

Screenshot (40)

Screenshot (41)

Related Issues (required)

Issue: https://github.com/RuanAragao/calculator/issues/79