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

Enhancing Calculator.py #30

Open
shivangdubey opened this issue Oct 1, 2020 · 8 comments
Open

Enhancing Calculator.py #30

shivangdubey opened this issue Oct 1, 2020 · 8 comments
Assignees
Labels
enhancement New feature or request hacktoberfest #Hacktoberfest2020

Comments

@shivangdubey
Copy link
Owner

Any recommendations and improvements are welcome for calculator.py

@shivangdubey shivangdubey added enhancement New feature or request hacktoberfest #Hacktoberfest2020 labels Oct 1, 2020
@AdityaPunetha
Copy link
Contributor

Hi, I would like to work on this issue!

@shivangdubey
Copy link
Owner Author

Hi, I would like to work on this issue!

I was looking for some improvements in the calculator. May be new functions or improving efficiency.

@josh1-sarthak
Copy link
Contributor

one functionality that can be added is the use of exponent to raise power. eg 2^3 = 8

@shivangdubey
Copy link
Owner Author

one functionality that can be added is the use of exponent to raise power. eg 2^3 = 8

If that seems missing then we can include that as well.
I won't be closing this issue until we have loaded good number of features and functions in the calculator.

@josh1-sarthak
Copy link
Contributor

would like to work on that feature

@me-oniichan
Copy link
Contributor

me-oniichan commented Oct 5, 2020

Bro I am updating GUI of calculator, making buttons congruent.
Also adding:

  • Subtraction (idk why it was not there)
  • log()
  • e
  • sin()
  • cos()
  • tan()
  • cosec()
  • sec()
  • cot()

@Stealth-py
Copy link

While taking "exponentiation" into account, don't forget about how you would go about making it more efficient by using "modular exponentiation" just in case of overflow.
An issue to take care of beforehand. Just a safety measure, one might say. ^^

@Ayan1089
Copy link
Contributor

I would like to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest #Hacktoberfest2020
Projects
None yet
Development

No branches or pull requests

6 participants