mirror of https://github.com/rm-dr/daisy
Updated README
parent
038bbc5fde
commit
4837a5dbbf
|
@ -2,20 +2,19 @@
|
||||||
|
|
||||||
A high-precision partially-symbolic calculator with support for units, derivatives, and more.
|
A high-precision partially-symbolic calculator with support for units, derivatives, and more.
|
||||||
|
|
||||||
# Warning
|
|
||||||
This is nowhere near complete. Stay tuned.
|
This is nowhere near complete. Stay tuned.
|
||||||
|
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
## Before For 1.0 release
|
## Before For 1.0 release
|
||||||
- + as a unary operator
|
- `+` as a unary operator
|
||||||
- Compare operators => *, / should have the same priority!
|
- Compare operators => *, / should have the same priority!
|
||||||
- Function application
|
|
||||||
- Commands
|
- Commands
|
||||||
- Documentation (usage)
|
- Documentation (usage)
|
||||||
- Documentation (comments)
|
- Documentation (comments)
|
||||||
- Branding
|
- Branding
|
||||||
|
- Units
|
||||||
|
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
@ -31,11 +30,12 @@ This is nowhere near complete. Stay tuned.
|
||||||
- Copy expression
|
- Copy expression
|
||||||
- Non-recursive treeify
|
- Non-recursive treeify
|
||||||
- Faster factorial function. Maybe use gamma instead?
|
- Faster factorial function. Maybe use gamma instead?
|
||||||
|
- Remove extra calls to `.clone()`
|
||||||
|
- Arbitrary precision float (rug doesn't offer arbitrary exponents)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Variable definitions
|
- Variable definitions
|
||||||
- Function definitions
|
- Function definitions
|
||||||
- Rational datatype
|
|
||||||
- Units
|
- Units
|
||||||
- Dice
|
- Dice
|
||||||
- Mean, Median, Min, Max: arrays and multi-arg functions
|
- Mean, Median, Min, Max: arrays and multi-arg functions
|
||||||
|
|
Loading…
Reference in New Issue