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: Finish UI for Swift App #73

Open DragonflyRobotics opened 7 months ago

DragonflyRobotics commented 7 months ago

This partially relates to #38 but the premise is to finalize a bare-bones UI with only 2 text fields, a output text box and a button to prepare for the MVP release. Connect this UI with the rest of the Swift code for the Post request to finalize the app for iOS for MVP.

DragonflyRobotics commented 7 months ago

This is backlogged and will be added as a patch fix to the iOS app because NASA hunch significantly delayed its progress.