mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
da31fc43e5
commit
165dddb714
8
TODO.md
8
TODO.md
|
@ -1,12 +1,13 @@
|
||||||
## Pre-release
|
## Pre-release
|
||||||
- Commands to list units and substitutions
|
- Commands to list units and substitutions
|
||||||
- delete variables
|
- Fix large power printing (superscript exponential notation)
|
||||||
|
|
||||||
## Parser
|
## Parser
|
||||||
- Better error when `sin = 2`
|
- Better error when `sin = 2`
|
||||||
- Define functions (f(x) = ??)
|
- Define functions (f(x) = ??)
|
||||||
- Should functions be operators?
|
- Should functions be operators?
|
||||||
- Multi-argument functions
|
- Multi-argument functions
|
||||||
|
- Binary, hex, octal numbers
|
||||||
|
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
@ -20,6 +21,8 @@
|
||||||
- powers as superscripts toggle
|
- powers as superscripts toggle
|
||||||
- evaluate straight from command line
|
- evaluate straight from command line
|
||||||
- Auto-push to crates.io
|
- Auto-push to crates.io
|
||||||
|
- When should we subsitute? Should variables like "tau" be stored as unicode internally?
|
||||||
|
- Make sure unicode variable deletion works!
|
||||||
|
|
||||||
|
|
||||||
## Internals
|
## Internals
|
||||||
|
@ -29,7 +32,6 @@
|
||||||
- Remove rug dependency (too big, incompatible)
|
- Remove rug dependency (too big, incompatible)
|
||||||
|
|
||||||
## Math Features
|
## Math Features
|
||||||
- Function definitions
|
|
||||||
- Dice
|
- Dice
|
||||||
- Mean, Median, Min
|
- Mean, Median, Min
|
||||||
- Arbitrary base logarithm
|
- Arbitrary base logarithm
|
||||||
|
@ -37,8 +39,6 @@
|
||||||
- CAS features (trig, roots and powers)
|
- CAS features (trig, roots and powers)
|
||||||
- Complex numbers
|
- Complex numbers
|
||||||
- acot/acoth functions
|
- acot/acoth functions
|
||||||
- Binary, hex, octal numbers
|
|
||||||
- Extra roots? (for convenience)
|
|
||||||
- Sums and products with functional arguments
|
- Sums and products with functional arguments
|
||||||
|
|
||||||
## Prompt
|
## Prompt
|
||||||
|
|
Loading…
Reference in New Issue