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
1 stars 0 forks source link

Task: Fix Coeffecient Tokenizer #50

Closed aryanjverma closed 7 months ago

aryanjverma commented 8 months ago

Fix the error regarding two constants multiplied by each other.

27

aryanjverma commented 8 months ago

Pushed to QA with ecf4daa328ee5147ead33d2b0f6fb26199eda518

KarthikPeravali commented 7 months ago

Incorporated test cases with Coefficient Tokenizer (passed) 7cf9b6896de3ad7c2bf060496a170d748c9a3348