Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified Basic Calculator and Multiplication Table Calculator #577

Merged
merged 5 commits into from
Feb 15, 2024
Merged

Modified Basic Calculator and Multiplication Table Calculator #577

merged 5 commits into from
Feb 15, 2024

Commits on Feb 11, 2024

  1. Modified Basic and Multiplication Table Calculator

    Basic Calculator:
    -> Refreshed with all new design
    -> Added Dark and Light Modes
    
    Multiplication Table Calculator:
    -> Some changes in the basic design of calculator
    -> All new way to display table without cropping the content
    -> Responsiveness added
    Yuvraj960 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f1a431c View commit details
    Browse the repository at this point in the history
  2. Added More Functionality

    More functions added to basic calculator
    -> Exponential function
    -> logarithmic function (natural log)
    -> Added CE button for erasing single letter from the display
    Yuvraj960 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    9616991 View commit details
    Browse the repository at this point in the history
  3. Some necessary changes done

    Added screenshots of new UI of Calculator in the README file.
    Yuvraj960 committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    0bcc117 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Fixed Keypress event

    Added the functionality of listening to the keypress events and appending values to display of the calculator
    Yuvraj960 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    980b86f View commit details
    Browse the repository at this point in the history
  2. Fixed Logarithmic Function

    Changed the base of Log function from 'e' (natural log) to 10.
    Yuvraj960 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dfdf589 View commit details
    Browse the repository at this point in the history