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

Feature dne invariant enforcement #96

Closed aryanjverma closed 6 months ago

aryanjverma commented 6 months ago

Modifies tokenizer to work with all test cases on postfix tests. Adds DNE and Undefined Invariantments inforcements, adds test cases for parenthesis mul errors.