Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add new endpoint for exponentiation #70

Closed acebots-ai-local[bot] closed 3 months ago

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

This pull request adds a new endpoint for exponentiation to the API. The endpoint takes two numbers, number1 and number2, and returns number1^number2. The implementation includes the addition of the endpoint in the maths.py file and a corresponding test in the test_api.py file.