1.0 KiB
1.0 KiB
TODO:
- Multiple functions in one graph.
- Backend support
- Integrals between functions (too hard to implement, maybe will shelve)
- UI
- Different colors (kinda)
- Backend support
- Rerwite of function parsing code
- Non
y=functions.
- Non
- Smart display of graph
- Display of intersections between functions
- Add docs about roots and extrema
- Caching of roots and extrema
- add configs for toggling display of roots and extrema
- Fix integral line
- re-add euler's number (well it works if you use capital e like
E^x) - allow constants in min/max integral input (like pi or euler's number)
- sliding values for functions (like a user-interactable slider that adjusts a variable in the function, like desmos)
- Keybinds
- nth derivative support (again)
- Update function tests
- rewrite FunctionEntry to move more information and handling to egui_app (such as config changes)
- dynamically adjust newton iterations and resolution of graph based on performance and if the machine is lagging