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: Add Inverse Reciprocal Trig Functions #47

Closed aryanjverma closed 8 months ago

aryanjverma commented 8 months ago

Add function identities such as arcsec, arccsc, arccot. #27

DragonflyRobotics commented 8 months ago

This feature enhancement was resolved with the commit 4f0c9727bf1eefcaba7f3ac0ae5c3b25b8e56e1b

DragonflyRobotics commented 8 months ago

Finished testing this on c6bc1011d02014cb24e37f2000ca9cb40ec53091 and have >88% code coverage. Tests might fail because restricted mathematical domain.