2023-04-06 10:39:36 -07:00
|
|
|
# TODO
|
|
|
|
|
|
|
|
Roadmap for fixes and features.
|
|
|
|
|
|
|
|
## Pre-release
|
|
|
|
- Commands (help, clear, reset, quit, list constants, list units)
|
|
|
|
- Documentation (usage)
|
|
|
|
- Documentation (comments)
|
2023-04-08 20:48:55 -07:00
|
|
|
- Unit conversion, more units, better printing
|
|
|
|
- Unit tests
|
2023-04-10 12:48:49 -07:00
|
|
|
- Fix unit power
|
2023-04-08 20:48:55 -07:00
|
|
|
- Better unit powers
|
2023-04-06 10:49:37 -07:00
|
|
|
- Releases
|
2023-04-13 11:49:47 -07:00
|
|
|
- Fix unit conversion
|
|
|
|
- Minute + second
|
|
|
|
- 2sec + day -> broken print
|
2023-04-06 10:39:36 -07:00
|
|
|
|
|
|
|
## General
|
|
|
|
- CLI Options: version, help, evaluate
|
|
|
|
- Compile to WASM, publish a webapp
|
2023-04-07 09:42:50 -07:00
|
|
|
- Trigonometry & function tests
|
2023-04-06 10:39:36 -07:00
|
|
|
- Manpage
|
|
|
|
|
|
|
|
|
|
|
|
## Internals
|
|
|
|
- Non-recursive treeify
|
|
|
|
- Faster factorial function. Maybe use gamma instead?
|
2023-04-07 18:17:08 -07:00
|
|
|
- Remove extra calls to `.clone()` in quantity module
|
2023-04-06 10:39:36 -07:00
|
|
|
- Arbitrary precision float (rug doesn't offer arbitrary exponents)
|
2023-04-10 18:53:22 -07:00
|
|
|
- Backend-independent colorful printing
|
2023-04-06 10:39:36 -07:00
|
|
|
|
|
|
|
## Math Features
|
|
|
|
- Config file
|
|
|
|
- History to file
|
|
|
|
- Reference previous results
|
|
|
|
- Variable definitions
|
|
|
|
- Function definitions
|
|
|
|
- Dice
|
|
|
|
- Mean, Median, Min, Max: arrays and multi-argument functions
|
|
|
|
- Arbitrary base logarithm
|
|
|
|
- Derivatives
|
|
|
|
- CAS features (trig, roots and powers)
|
|
|
|
- Complex numbers
|
|
|
|
- acot/acoth functions
|
|
|
|
- Binary, hex, octal numbers
|
|
|
|
- Extra roots? (for convenience)
|
|
|
|
- Sums and products
|
|
|
|
- "per" as division?
|
2023-04-13 11:49:47 -07:00
|
|
|
- -> as "to"
|
|
|
|
- strip_unit function
|
2023-04-06 10:39:36 -07:00
|
|
|
|
|
|
|
|
|
|
|
## Prompt
|
|
|
|
- Live syntax/output (like firefox js terminal)
|
2023-04-10 12:48:49 -07:00
|
|
|
- Syntax highlight input and output
|
2023-04-06 10:39:36 -07:00
|
|
|
- fish-style tab completion
|
|
|
|
- Numbered expressions, history recall
|