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: Parse JSON Output into Readable Info #69

Closed aryanjverma closed 4 months ago

aryanjverma commented 4 months ago

Create a parser that turns JSON Output into information that can be easily read and understood by users.

38

DragonflyRobotics commented 4 months ago

This is not strictly necessary for MVP since this is primarily for testers and isn't crucial for the system to function so I will move this to Alpha.

N1ks0n08 commented 4 months ago

2fb7c9f324bda23037e9d8204cf6698e21811d8c

Changes to the server JSON response have been made to be human readable.