| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | add graph labels and step resizing on zooming | Nathan Reiner | 2024-01-20 |
| | | |||
| * | make zooming and scrolling with translate and scale of canvas | Nathan Reiner | 2024-01-20 |
| | | |||
| * | undo - prefix | Nathan Reiner | 2024-01-20 |
| | | |||
| * | add function_cache for performence gain | Nathan Reiner | 2024-01-19 |
| | | |||
| * | add zooming | Nathan Reiner | 2024-01-19 |
| | | |||
| * | math: pregenerate eval tree | Nathan Reiner | 2024-01-19 |
| | | |||
| * | only calculate evey point once | Nathan Reiner | 2024-01-19 |
| | | |||
| * | add scrolling to iced demo | Nathan Reiner | 2024-01-18 |
| | | |||
| * | create small iced demo | Nathan Reiner | 2024-01-18 |
| | | |||
| * | complex: use real pow on real only complex to gain precision | Nathan Reiner | 2024-01-18 |
| | | |||
| * | resolve clippy warnings | Nathan Reiner | 2024-01-17 |
| | | |||
| * | hand context on to Function trait | Nathan Reiner | 2024-01-17 |
| | | |||
| * | add commonsense and expression_functions | Nathan Reiner | 2024-01-17 |
| | | |||
| * | migrate from f64 to own complex | Nathan Reiner | 2024-01-17 |
| | | |||
| * | First sketch of matheval | Nathan Reiner | 2024-01-17 |