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
1 stars 0 forks source link

Task: Polish Java UI to ensure MVP #59

Closed DragonflyRobotics closed 8 months ago

DragonflyRobotics commented 8 months ago

With the Java POST code done, finish up the UI and prep for MVP

N1ks0n08 commented 8 months ago

c441001ca48e3551c9cf94f183c9889cd21ae87c

POST request fully setup, MVP is finished.