846 B
846 B
TODO:
- Multiple functions in one graph.
- Backend support
- Integrals between functions (too hard to implement, maybe will shelve)
- Display intersection between functions
- Different colors
- Backend support
- Rerwite of function parsing code
- Non
y=functions.
- Non
- Smart display of graph
- Display of intersections between functions
- 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)
- nth derivative support (again)
- Threading (Partially mplemented when running natively)
- Fix integral display
- Look into other, better methods of compression that would be faster
- Better handling of panics and errors to display to the user
- Turn Dynamic Iterator functions into traits
- Update tests