update TODO.md

This commit is contained in:
Simon Gardling 2022-03-10 11:37:51 -05:00
parent 3f5a81b16c
commit 122345afcd

16
TODO.md
View File

@ -9,11 +9,11 @@
3. Smart display of graph 3. Smart display of graph
- Display of intersections between functions - Display of intersections between functions
- Caching of roots and extrema - Caching of roots and extrema
4. Fix integral line 4. re-add euler's number (well it works if you use capital e like `E^x`)
5. re-add euler's number (well it works if you use capital e like `E^x`) 5. allow constants in min/max integral input (like pi or euler's number)
6. allow constants in min/max integral input (like pi or euler's number) 6. sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos)
7. sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos) 7. Keybinds
8. Keybinds 8. nth derivative support (again)
9. nth derivative support (again) 9. Update function tests
10. Update function tests 10. rewrite FunctionEntry to move more information and handling to egui_app (such as config changes)
11. rewrite FunctionEntry to move more information and handling to egui_app (such as config changes) 11. Threading