daisy/README.md

47 lines
832 B
Markdown
Raw Normal View History

2023-03-25 21:38:59 -07:00
![](./misc/banner.png)
A high-precision partially-symbolic calculator with support for units, derivatives, and more.
# Warning
This is nowhere near complete. Stay tuned.
# TODO
## Before For 1.0 release
2023-03-27 21:23:14 -07:00
- Non-recursive treeify
2023-03-25 20:10:37 -07:00
- Function application
- Commands
2023-03-27 22:13:53 -07:00
- Documentation (usage)
- Documentation (comments)
2023-03-27 11:00:14 -07:00
- Branding
- Improve tests
2023-03-25 20:10:37 -07:00
2023-03-25 21:38:59 -07:00
## General
2023-03-27 11:00:14 -07:00
- CLI Options: version, help, evaluate
2023-03-25 20:10:37 -07:00
- Compile to WASM => webapp
2023-03-29 19:04:04 -07:00
- Trig tests
- Expression-printing tests
2023-03-18 22:18:57 -07:00
2023-03-25 21:38:59 -07:00
## Internals
2023-03-29 10:30:53 -07:00
- Copy expression
2023-03-24 13:29:14 -07:00
2023-03-25 21:38:59 -07:00
## Features
2023-03-25 10:35:52 -07:00
- Variable definitions
- Function definitions
- Rational datatype
- Units
2023-03-23 22:13:19 -07:00
- Dice
2023-03-29 19:04:04 -07:00
- Mean, Median, Min, Max: arrays and multi-arg functions
2023-03-24 23:06:58 -07:00
- Derivatives
2023-03-25 21:38:59 -07:00
- MiniCAS
2023-03-25 10:55:08 -07:00
- Complex numbers
2023-03-25 21:38:59 -07:00
- Config file
- History to file
2023-03-29 10:28:24 -07:00
- Reference previous results
2023-03-29 19:04:04 -07:00
- acot/acoth functions
2023-03-23 22:13:19 -07:00
2023-03-25 21:38:59 -07:00
## Prompt
2023-03-25 20:10:37 -07:00
- Live syntax/output