Files
YTBN-Graphing-Software/TODO.md
Simon Gardling 2da78e5582 fixes
2022-03-09 19:20:30 -05:00

13 lines
557 B
Markdown

## TODO:
1. Multiple functions in one graph.
- Backend support
- Integrals between functions (too hard to implement, maybe will shelve)
- UI
- Different colors (kinda)
2. Rerwite of function parsing code
- Non `y=` functions.
3. Display of intersections between functions
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
7. sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos)