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: Add more details to website descriptions #91

Closed aryanjverma closed 6 months ago

aryanjverma commented 6 months ago

On the website, add more details and information about the calculator (how to use it), valid functions so that users can know what they can and cant do.

6

Hambreyola commented 6 months ago

82a5f7c6a026740b6bfa05ab56561f343b85ccfd

I added details to the website's About section, including a list of allowed functions and how to use the calculator. I also added a section for applications of Automatic Differentiation and a section for why it is used specifically over manually- computed differentiation.