mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
f762817e4a
commit
d00679c44a
5
TODO.md
5
TODO.md
|
@ -1,4 +1,4 @@
|
||||||
- Constant definitions
|
- Fix unit autoconversion (Hz * s)
|
||||||
- Reference previous results
|
- Reference previous results
|
||||||
- Minimize parenthesis when printing expressions
|
- Minimize parenthesis when printing expressions
|
||||||
- Sane autoconversion (mi + km)
|
- Sane autoconversion (mi + km)
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
- Compile to WASM, publish a webapp
|
- Compile to WASM, publish a webapp
|
||||||
- CLI Options: evaluate, disable replacement, disable special characters
|
- CLI Options: evaluate, disable replacement, disable special characters
|
||||||
- Trigonometry & function tests
|
- Trigonometry & function tests
|
||||||
- vhs demo
|
|
||||||
|
|
||||||
|
|
||||||
## Internals
|
## Internals
|
||||||
|
@ -58,8 +57,6 @@
|
||||||
|
|
||||||
## Units
|
## Units
|
||||||
- long prefixes (megatonne, etc)
|
- long prefixes (megatonne, etc)
|
||||||
- Unit order h\*kW vs kW\*h
|
|
||||||
- Print units with powers instead of /
|
|
||||||
- HMS for degrees
|
- HMS for degrees
|
||||||
- Exact radians, using pi constant?
|
- Exact radians, using pi constant?
|
||||||
- Weird units: flops, lumen, lux, bel
|
- Weird units: flops, lumen, lux, bel
|
||||||
|
|
Loading…
Reference in New Issue