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: Make UI on Android Professional #92

Closed aryanjverma closed 3 months ago

aryanjverma commented 3 months ago

Make UI on Android more professional by removing unnecessary buttons and making output text more professional.

9

N1ks0n08 commented 3 months ago

Commit: a04552b234184eb32d68ae9a9dba90ba3d070bdb Addition of changes: commenting out unnecessary UI testing code to make the Android application appear more professional for users.