daisy/README.md

16 lines
509 B
Markdown
Raw Normal View History

2023-03-25 21:38:59 -07:00
![](./misc/banner.png)
2023-04-06 10:39:36 -07:00
A high-precision scientific calculator with support for units, derivatives, and more.
Many features are missing, this is still under development.
# Features
- Extremely high precision
- Uses a rational datatype when possible,
- Uses a high-precision float when not.
- Pretty printing in prompt
- Makes expressions shorter and easier to understand
2023-07-31 16:59:25 -07:00
- Supports nearly all physical units
- Accounts for units in calculations
- Explicit conversion operator `->` or `to`