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: Finish About Section, update UI #109

Closed aryanjverma closed 5 months ago

aryanjverma commented 5 months ago

Finalize about section by adding project descriptions, update UI to be consistent with website.

9

N1ks0n08 commented 5 months ago

Commit: cdadb6ff42678716615a55cb653d31a040509bf1 Addition of UI updates, addition of About section, optimization/improved clarity of code to reduce confusion from boilerplate code.