mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
6ce4451db7
commit
0134bc5c12
5
TODO.md
5
TODO.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue