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

Petruchio's Story: Differentiation Without Development Mode #38

Closed DragonflyRobotics closed 7 months ago

DragonflyRobotics commented 8 months ago

Petruchio doesn't have very powerful equipment or the technical expertise to set up his own Python environment to run this algorithm. He would like a universal server to be available so that he can send simple POST requests to compute derivatives.

DragonflyRobotics commented 8 months ago

This is done for Java (look at #51) but is in Backlog for Swift (look at #42)

DragonflyRobotics commented 7 months ago

This task was recently successfully completed with #57 and #43 and sending a POST request from both Java and Swift is officially complete.