~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.
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.