-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add functionality for any maths operation #9
Labels
Comments
Closed
Adding a route for calculating powers (x ^ y) |
mayankshah1607
added a commit
that referenced
this issue
Oct 2, 2019
Added route POST /math/power (#9)
Merged
@mayankshah1607 I'll be taking up on Adding an API route for matrix dot product. |
I will implement roots (x√y) |
Adding a route for calculating n-th root |
Adding a route for calculating log to the base n of a number. |
Adding a route for calculating antilog of a number to the base n |
Could you assign me "Adding a route for calculating n-th root" ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add routes in the API that perform any maths operation - from simple multiplication, to even calculating matrix dot products.
The request must be a JSON of the following format :
The response must a JSON of the following format:
Make sure to add relevant unit tests .
Comment below with the maths operation you will be taking up to avoid clashes with other developers. :)
The text was updated successfully, but these errors were encountered: