https://github.com/kabragaurav/binary-calculator
Binary arithmetic in browser
https://github.com/kabragaurav/binary-calculator
binary-calculator css html javascript
Last synced: about 1 year ago
JSON representation
Binary arithmetic in browser
- Host: GitHub
- URL: https://github.com/kabragaurav/binary-calculator
- Owner: kabragaurav
- License: mit
- Created: 2020-04-21T08:55:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T12:03:34.000Z (about 2 years ago)
- Last Synced: 2025-01-21T19:24:38.025Z (over 1 year ago)
- Topics: binary-calculator, css, html, javascript
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Author : [Gaurav Kabra](https://www.quora.com/profile/Gaurav-Kabra-23)
## About
This is binary calculator, which takes two binary numbers as input and displays the output in binary form.
##### Note:
It is quite robust as it can detect invalid expressions like "1--1"
or invalid mathematical expressions like "1/0".
If you still find some functionality that is not working then create a pull request.
Division is integer division. All numbers are positive.
##### Demo:
Visit: https://kabragaurav.github.io/Binary-Calculator/