Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add new endpoint for exponentiation #62

Closed acebots-ai-local[bot] closed 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 my_tiny_service/api/routers/maths.py and is tested in tests/test_api.py.

Changes

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