mirror of https://github.com/rm-dr/daisy
A pretty TUI scientific calculator.
https://daisy.betalupi.com
Mark 66559eaa8c | ||
---|---|---|
misc | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
A high-precision partially-symbolic calculator with support for units, derivatives, and more.
Warning
This is nowhere near complete. Stay tuned.
TODO
Before For 1.0 release
- Tests
- Branding
- Replace strings with &str?
- Function application
- Commands
- Arrows to move cursor
- Documentation
- Versioning
General
- CLI Options
- Compile to WASM => webapp
Internals
- Non-recursive treeify
- Print any expression
- Copy expression, print with result
Features
- Variable definitions
- Function definitions
- Rational datatype
- Units
- Dice
- Derivatives
- MiniCAS
- Complex numbers
- Config file
- History to file
Prompt
- Live syntax/output