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 Cases for Polynomial, Rational, Exponential Functions #33

Closed aryanjverma closed 6 months ago

aryanjverma commented 7 months ago

Create and test test cases for the derivatives of these functions using Poetry tests. #10

KarthikPeravali commented 7 months ago

This task was resolved under the commit 26e352a16c81260742bb8a74bd8df2ced725adf5. I tested exponential, polynomial, and rational functions and saw all test cases pass. Issues were found under the negative exponentials but that was resolved by the team.