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: Test Coeffecients #48

Closed aryanjverma closed 6 months ago

aryanjverma commented 7 months ago

Create complex test cases for the tokenizer to test coeffecients (examples: 2x,-5cos(x), e(ln(x))). #10 Edit for sprint-10: There was an error so the tokenizer had to be fixed; test it agian with double constants like 2e or -4pi.

KarthikPeravali commented 6 months ago

Tested for coefficients (passed) 8bc7c2b0a6cd47476b1f2fa3c08d39a782c71973