Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add New Endpoint for Exponentiation #53

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

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

This pull request introduces a new endpoint to the API that allows users to calculate the exponentiation of two numbers. The endpoint is defined in my_tiny_service/api/routers/maths.py and is accompanied by a corresponding test in tests/test_api.py to ensure its functionality.

Changes

This feature enhances the API's mathematical capabilities and provides users with a tool for exponentiation calculations.