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: Add Buttons and User Interaction #45

Closed aryanjverma closed 6 months ago

aryanjverma commented 7 months ago

Create buttons, text input, and output for the Android app. #9

N1ks0n08 commented 7 months ago

9f7d15236feec982a99e6effbf20038f299cfceb

User input interaction added; Buttons allow user input to be sent for processing.

DragonflyRobotics commented 6 months ago

There is nothing to test here and if the buttons were tested once, they should work so this task is done!