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: Utilize LiveData #79

Closed aryanjverma closed 4 months ago

aryanjverma commented 4 months ago

Make a LiveData display to display data and continuously update the UI. #6

N1ks0n08 commented 4 months ago

Merge: 2ca93f4 4e3ff8b Commit: 2ca93f42706d797d9029dc7d1a925103ceddbf2c Addition of MutableLiveData object instead of LiveData to allow for result display mutation depending on different equation/input.