From 122345afcd7a5ca8d34c573a919a94722b45c8c4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 10 Mar 2022 11:37:51 -0500 Subject: [PATCH] update TODO.md --- TODO.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/TODO.md b/TODO.md index a9a2124..860b264 100644 --- a/TODO.md +++ b/TODO.md @@ -9,11 +9,11 @@ 3. Smart display of graph - Display of intersections between functions - Caching of roots and extrema -4. Fix integral line -5. re-add euler's number (well it works if you use capital e like `E^x`) -6. allow constants in min/max integral input (like pi or euler's number) -7. sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos) -8. Keybinds -9. nth derivative support (again) -10. Update function tests -11. rewrite FunctionEntry to move more information and handling to egui_app (such as config changes) \ No newline at end of file +4. 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. sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos) +7. Keybinds +8. nth derivative support (again) +9. Update function tests +10. rewrite FunctionEntry to move more information and handling to egui_app (such as config changes) +11. Threading \ No newline at end of file