Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add new endpoint for exponentiation #64

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, A and B, and returns A^B. The implementation includes the endpoint definition in maths.py under my_tiny_service/api/routers and a corresponding test in test_api.py under tests to ensure the functionality works as expected.