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