aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* add multiple functions to canvasNathan Reiner2024-01-21
* add resizable paneNathan Reiner2024-01-21
* make zooming and scrolling with translate and scale of canvasNathan Reiner2024-01-20
* add function_cache for performence gainNathan Reiner2024-01-19
* add zoomingNathan Reiner2024-01-19
* math: pregenerate eval treeNathan Reiner2024-01-19
* only calculate evey point onceNathan Reiner2024-01-19
* add scrolling to iced demoNathan Reiner2024-01-18
* create small iced demoNathan Reiner2024-01-18
* complex: use real pow on real only complex to gain precisionNathan Reiner2024-01-18
* hand context on to Function traitNathan Reiner2024-01-17
* add commonsense and expression_functionsNathan Reiner2024-01-17
* migrate from f64 to own complexNathan Reiner2024-01-17
* First sketch of mathevalNathan Reiner2024-01-17