Updated README

pull/2/head
Mark 2023-04-02 08:27:27 -07:00
parent 038bbc5fde
commit 4837a5dbbf
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 4 additions and 4 deletions

View File

@ -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