Updated TODO

pull/2/head
Mark 2023-04-10 18:53:22 -07:00
parent 6ce4451db7
commit 0134bc5c12
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 4 deletions

View File

@ -10,7 +10,6 @@ Roadmap for fixes and features.
- Unit tests
- Fix unit power
- Better unit powers
- Catch errors when units incompatible
- Releases
## General
@ -18,7 +17,6 @@ Roadmap for fixes and features.
- Compile to WASM, publish a webapp
- Trigonometry & function tests
- Manpage
- Better print parens
## Internals
@ -26,7 +24,7 @@ Roadmap for fixes and features.
- Faster factorial function. Maybe use gamma instead?
- Remove extra calls to `.clone()` in quantity module
- Arbitrary precision float (rug doesn't offer arbitrary exponents)
- Backend-independent colorful printing
## Math Features
- Config file
@ -34,7 +32,6 @@ Roadmap for fixes and features.
- Reference previous results
- Variable definitions
- Function definitions
- Units
- Dice
- Mean, Median, Min, Max: arrays and multi-argument functions
- Arbitrary base logarithm