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

Add new endpoint for exponentiation #62

Closed
wants to merge 2 commits into from

Conversation

acebots-ai-local[bot]
Copy link

This pull request introduces a new endpoint for calculating the exponentiation of two numbers. The endpoint is added to my_tiny_service/api/routers/maths.py and is tested in tests/test_api.py.

Changes

  • Added the /exponentiation endpoint in maths.py.
  • Added a test for the new endpoint in test_api.py.

This feature was requested to enhance the mathematical capabilities of our service.

@artmoskvin artmoskvin closed this Mar 13, 2024
@artmoskvin artmoskvin deleted the feature/add-exponentiation-endpoint branch March 13, 2024 15:07
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