Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add new endpoint for exponentiation #66

Open acebots-ai-local[bot] opened 3 months ago

acebots-ai-local[bot] commented 3 months ago

This pull request introduces a new endpoint for calculating the exponentiation of two numbers. The endpoint is added to the maths.py file in the my_tiny_service/api/routers directory, and a corresponding test is added to tests/test_api.py to ensure the functionality works as expected.

Changes made:

This feature enhances the mathematical capabilities of our API by allowing users to calculate the exponentiation of two numbers.