update TODO.md
This commit is contained in:
parent
1512edeed3
commit
4e3e08912f
13
TODO.md
13
TODO.md
@ -2,16 +2,15 @@
|
|||||||
1. Multiple functions in one graph.
|
1. Multiple functions in one graph.
|
||||||
- Backend support
|
- Backend support
|
||||||
- Integrals between functions (too hard to implement, maybe will shelve)
|
- Integrals between functions (too hard to implement, maybe will shelve)
|
||||||
- Display intersection between functions
|
- Display intersection between functions (would have to rewrite a lot of the function plotting handling)
|
||||||
2. Rerwite of function parsing code
|
2. Rerwite of function parsing code
|
||||||
- Non `y=` functions.
|
- Non `y=` functions.
|
||||||
3. Smart display of graph
|
3. Smart display of graph
|
||||||
- Display of intersections between functions
|
- Display of intersections between functions
|
||||||
4. Allow constants in min/max integral input (like pi or euler's number)
|
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)
|
5. Sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos)
|
||||||
6. Threading (Partially implemented when running natively)
|
6. Fix integral display
|
||||||
7. Fix integral display
|
7. Better handling of panics and errors to display to the user
|
||||||
8. Look into other, better methods of compression that would be faster
|
8. Turn Dynamic Iterator functions into traits
|
||||||
9. Better handling of panics and errors to display to the user
|
9. Better handling of roots and extrema finding
|
||||||
10. Turn Dynamic Iterator functions into traits
|
10. Add closing animation for function entry
|
||||||
11. Better handling of roots and extrema finding
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user