An open API service indexing awesome lists of open source software.

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

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/