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: Fix POST request #72

Closed aryanjverma closed 4 months ago

aryanjverma commented 4 months ago

For the iOS app, fix the POST request to ensure that users can send input to our server and recieve output.

38

DragonflyRobotics commented 4 months ago

Duplicate of #43 and #57 which are now complete