Alitindrawan24 / Binary-Calculator

Binary Calculator
https://alitindrawan24.github.io/Binary-Calculator/
MIT License
24 stars 57 forks source link

feature : '.'decimal button added #53

Closed debghs closed 1 year ago

debghs commented 1 year ago

Added the '.' (decimal) button as per the above mentioned issue https://github.com/Alitindrawan24/Binary-Calculator/issues/44 . Added and modified the necessary code required to make the calculator able to handle binary fractions.

~Added the '.' button. ~Added the function decimal() to handle input level functionalities of the '.' button. ~Modified the function decimalToBinary() and added the function reverse() to make the calculator able to work with binary fractions. ~Added code to make the '.' button compatible with the Period button and the NumpadDecimal buttons on the physical keyboard.

Please check the changes made and do as you find suitable.