Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add New Endpoint for Exponentiation #59

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 exponentiation in the maths.py router. The endpoint takes two numbers, number1 and number2, and returns their exponentiation result (number1^number2).

Changes Made:

This feature enhances the mathematical capabilities of our API by supporting exponentiation operations.