A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 7a9876ddd2
Cleaned up tests
2023-03-28 10:46:46 -07:00
misc Branding 2023-03-25 21:38:59 -07:00
src Cleaned up tests 2023-03-28 10:46:46 -07:00
.gitignore Added meta files 2023-03-18 19:36:15 -07:00
Cargo.lock Added version string 2023-03-27 10:59:11 -07:00
Cargo.toml Added version string 2023-03-27 10:59:11 -07:00
LICENSE Added license 2023-03-27 10:55:20 -07:00
README.md Cleaned up code 2023-03-28 09:35:49 -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

  • Replace strings with &str?

  • Function application

  • Commands

  • Documentation (usage)

  • Documentation (comments)

  • Branding

  • Improve tests

General

  • CLI Options: version, help, evaluate
  • Compile to WASM => webapp

Internals

  • Print any expression
  • Copy expression, print with result

Features

  • Variable definitions
  • Function definitions
  • Rational datatype
  • Units
  • Dice
  • Derivatives
  • MiniCAS
  • Complex numbers
  • Config file
  • History to file

Prompt

  • Live syntax/output