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

Some buttons like cube, log, ln, square, square root, backspace are added to improve user experience. #14

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

subrahmanya9
Copy link

Following changes were made in the original source code.
Buttons added.

  1. Cube:
    After entering a number click this button to calculate cube of the number.

  2. LOG:
    After entering a number click this button to calculate log to the base 10 of the number.

  3. LN:
    After entering a number click this button to calculate log to the base e of the number.

  4. Square:
    After entering a number click this button to calculate square of the number.

  5. Square root:
    After entering a number click this button to calculate square root of the number.

  6. Backspace:
    Click this button to delete digits of the number one by one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant