Allen-ISD-Computer-Science / REPO_AutomaticDifferentiation_2024

Given some input equation, provide a numerical derivative at a given point. The user have a standard text input for the equation and point and the algorithm will provide the numerical derivative along with the steps the algorithm took to derive it. This algorithm will be able to differentiate trigonometric function, logarithmic, and exponentials.
GNU General Public License v3.0
0 stars 0 forks source link

Task: Set up RESTful API #44

Closed aryanjverma closed 7 months ago

aryanjverma commented 7 months ago

Set up RESTful API to exchange information with the algorithim and the app. #8

DragonflyRobotics commented 7 months ago

Duplicate task from #43