A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark a38f68cd84
Added Quantity type
2023-04-01 13:50:52 -07:00
misc Branding 2023-03-25 21:38:59 -07:00
src Added Quantity type 2023-04-01 13:50:52 -07:00
.editorconfig Added editorconfig 2023-03-31 12:03:06 -07:00
.gitignore Added meta files 2023-03-18 19:36:15 -07:00
Cargo.lock Added Quantity type 2023-04-01 13:50:52 -07:00
Cargo.toml Added Quantity type 2023-04-01 13:50:52 -07:00
LICENSE Added license 2023-03-27 10:55:20 -07:00
README.md Updated readme 2023-03-29 19:04:04 -07:00

README.md

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

  • Non-recursive treeify

  • Function application

  • Commands

  • Documentation (usage)

  • Documentation (comments)

  • Branding

  • Improve tests

General

  • CLI Options: version, help, evaluate
  • Compile to WASM => webapp
  • Trig tests
  • Expression-printing tests

Internals

  • Copy expression

Features

  • Variable definitions
  • Function definitions
  • Rational datatype
  • Units
  • Dice
  • Mean, Median, Min, Max: arrays and multi-arg functions
  • Derivatives
  • MiniCAS
  • Complex numbers
  • Config file
  • History to file
  • Reference previous results
  • acot/acoth functions

Prompt

  • Live syntax/output