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

added power function #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

added power function #14

wants to merge 1 commit into from

Conversation

stargazer4
Copy link
Contributor

Addition of power operation:

  • api/controller.js: Added the power operation to the operations object in the calculate function. This allows the power operation to be performed when requested.

Handling of power operation:

  • public/client.js: Added a case for the power operation in the calculate function. This ensures that the correct operation is performed when the power operation is requested.

User Interface updates:

  • public/index.html: Added a button for the power operation. This allows users to select the power operation from the calculator interface.

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