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.
As Arin, a person who wants to calculate the derivative of trigonometric and logarithimic functions, I want an algorithim that can interpret, evaluate, and differentiate these types of functions.
This was implemented in the commit ce66167023ad6741826eb17dbf32ed84b7273c74. This also implements the working numerical engine for diff and solver but only sin works as of yet.
As Arin, a person who wants to calculate the derivative of trigonometric and logarithimic functions, I want an algorithim that can interpret, evaluate, and differentiate these types of functions.