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: Invariant Enforcements for Undefined or DNE Points #84

Closed aryanjverma closed 6 months ago

aryanjverma commented 6 months ago

Create error catcher for Undefined or DNE points(such as 1/0, ln(0)), arcsin(2)).

62

aryanjverma commented 6 months ago

Task delayed by problems with accessing codespaces and Phoinex Con. Will finish by weekend.

aryanjverma commented 6 months ago

Issue pushed to QA with 5115a5f