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: Fix tetrations neigboring x values. #55

Closed DragonflyRobotics closed 6 months ago

DragonflyRobotics commented 6 months ago

Currently, doing x*x or x^x doesn't work since a second x node is not being made. #27

DragonflyRobotics commented 6 months ago

This issue was resolved with the commit f1ddbcb6d1a66b1a1118cca563142e1223e32021

KarthikPeravali commented 6 months ago

Tested with: ed279846a9959e6401efcc619eb3901b9ccae2d1, cafb5748f202edcfd24c24a6f6d75cc89504f9ab