mirror of https://github.com/rm-dr/daisy
Updated readme
parent
2834c20c57
commit
2a026927c1
|
@ -22,6 +22,8 @@ This is nowhere near complete. Stay tuned.
|
||||||
## General
|
## General
|
||||||
- CLI Options: version, help, evaluate
|
- CLI Options: version, help, evaluate
|
||||||
- Compile to WASM => webapp
|
- Compile to WASM => webapp
|
||||||
|
- Trig tests
|
||||||
|
- Expression-printing tests
|
||||||
|
|
||||||
## Internals
|
## Internals
|
||||||
- Copy expression
|
- Copy expression
|
||||||
|
@ -32,13 +34,14 @@ This is nowhere near complete. Stay tuned.
|
||||||
- Rational datatype
|
- Rational datatype
|
||||||
- Units
|
- Units
|
||||||
- Dice
|
- Dice
|
||||||
- Mean, Median: arrays and multi-arg functions
|
- Mean, Median, Min, Max: arrays and multi-arg functions
|
||||||
- Derivatives
|
- Derivatives
|
||||||
- MiniCAS
|
- MiniCAS
|
||||||
- Complex numbers
|
- Complex numbers
|
||||||
- Config file
|
- Config file
|
||||||
- History to file
|
- History to file
|
||||||
- Reference previous results
|
- Reference previous results
|
||||||
|
- acot/acoth functions
|
||||||
|
|
||||||
## Prompt
|
## Prompt
|
||||||
- Live syntax/output
|
- Live syntax/output
|
Loading…
Reference in New Issue