Calculator Support
            
                This is a basic calculator that is able to perform the following arithmetic 
                operations: addition (+), subtraction (-), multiplication (*), division (/), 
                and modulo (%)(remainder). It accepts integers as well as decimals (.), and 
                also works with negative numbers (+/-). The "C" button clears the calculator and 
                "back" deletes the last inputted number.
            
            
                Please note that for multiple-term expressions, this calculator will evaluate from
                left to right, not based off correct mathematical sequence of operations (PEMDAS).
            
            Keyboard Support
            
                The calculator has keyboard support and its display can be toggled from the bottom 
                keyboard support button. The support is enabled after clicking the display, which allows 
                you to input mathematical expressions with your keyboard rather than clicking the buttons
                on the calculator. The keyboard support display can be cleared with the clear button.
            
            Calculator Memory Log
            
                There is also a calculator memory log, which can be toggled from the button left of the 
                calculator. When open, you can see a log of previous mathematical expressions from both
                the calculator and the keyboard support. The log can be cleared by pressing the "C" button
                on the calculator. 
            
            Enjoy!