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

Error: Coefficients don't work at all. #94

Closed DragonflyRobotics closed 6 months ago

DragonflyRobotics commented 6 months ago

A majority of our tests are critically failing because the coefficient system is failing. Currently, ex, 2x, or -x don't work. This also applies to trigonometric functions. Either it completely neglects the coefficient or it gets stuck in an infinite loop. In addition to fixing this error, let us try to also add a way to check for infinite loops and crash the code before the server dies.

aryanjverma commented 6 months ago

Bug fixed with #94, also next week a merge will be needed between dev and my branch.