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: Allow Tokenizer to accept functions #81

Closed aryanjverma closed 4 months ago

aryanjverma commented 4 months ago

Modify the tokenizer to tokenize functions with coefficients properly (for example, 4e^2cos(e^x)). #27

aryanjverma commented 4 months ago

Issue resolved with 450cd65