-
Notifications
You must be signed in to change notification settings - Fork 274
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
Comments
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. |
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. |
would like to work on that feature |
Bro I am updating GUI of calculator, making buttons congruent.
|
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. |
I would like to work on this issue |
Any recommendations and improvements are welcome for calculator.py
The text was updated successfully, but these errors were encountered: