This commit is contained in:
Simon Gardling
2022-03-30 08:50:04 -04:00
parent a612aa1fbf
commit e9ba5b43b4
8 changed files with 80 additions and 148 deletions

17
TODO.md
View File

@@ -8,15 +8,14 @@
- Non `y=` functions.
3. Smart display of graph
- Display of intersections between functions
4. Properly parse lowercase `e` as euler's number
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. nth derivative support (again)
8. Threading (Partially mplemented when running natively)
9. Fix integral display
10. Look into other, better methods of compression that would be faster
11. Better handling of panics and errors to display to the user
12. Hints for functions
4. Allow constants in min/max integral input (like pi or euler's number)
5. Sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos)
6. nth derivative support (again)
7. Threading (Partially mplemented when running natively)
8. Fix integral display
9. Look into other, better methods of compression that would be faster
10. Better handling of panics and errors to display to the user
11. Hints for functions
- Random default functions for demo purposes
- Syntax
- Parentheses (Done)