2023-03-25 21:38:59 -07:00
|
|
|
![](./misc/banner.png)
|
|
|
|
|
|
|
|
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
|
2023-03-27 21:23:14 -07:00
|
|
|
- Non-recursive treeify
|
|
|
|
|
2023-03-25 21:38:59 -07:00
|
|
|
- Replace strings with &str?
|
2023-03-25 20:10:37 -07:00
|
|
|
- Function application
|
2023-03-28 10:50:25 -07:00
|
|
|
- Errors on bad values (mod negative, rt -1)
|
2023-03-25 20:10:37 -07:00
|
|
|
- Commands
|
2023-03-27 22:13:53 -07:00
|
|
|
- Documentation (usage)
|
|
|
|
- Documentation (comments)
|
2023-03-27 11:00:14 -07:00
|
|
|
- Branding
|
|
|
|
- Improve tests
|
2023-03-25 20:10:37 -07:00
|
|
|
|
|
|
|
|
2023-03-25 21:38:59 -07:00
|
|
|
## General
|
2023-03-27 11:00:14 -07:00
|
|
|
- CLI Options: version, help, evaluate
|
2023-03-25 20:10:37 -07:00
|
|
|
- Compile to WASM => webapp
|
2023-03-18 22:18:57 -07:00
|
|
|
|
2023-03-25 21:38:59 -07:00
|
|
|
## Internals
|
2023-03-25 10:35:52 -07:00
|
|
|
- Print any expression
|
|
|
|
- Copy expression, print with result
|
2023-03-24 13:29:14 -07:00
|
|
|
|
2023-03-25 21:38:59 -07:00
|
|
|
## Features
|
2023-03-25 10:35:52 -07:00
|
|
|
- Variable definitions
|
|
|
|
- Function definitions
|
|
|
|
- Rational datatype
|
|
|
|
- Units
|
2023-03-23 22:13:19 -07:00
|
|
|
- Dice
|
2023-03-24 23:06:58 -07:00
|
|
|
- Derivatives
|
2023-03-25 21:38:59 -07:00
|
|
|
- MiniCAS
|
2023-03-25 10:55:08 -07:00
|
|
|
- Complex numbers
|
2023-03-25 21:38:59 -07:00
|
|
|
- Config file
|
|
|
|
- History to file
|
2023-03-23 22:13:19 -07:00
|
|
|
|
2023-03-25 21:38:59 -07:00
|
|
|
## Prompt
|
2023-03-25 20:10:37 -07:00
|
|
|
- Live syntax/output
|