A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 52d848cc09
Updated README
2023-03-29 10:30:53 -07:00
misc Branding 2023-03-25 21:38:59 -07:00
src Fixed cursor overflow 2023-03-29 10:01:05 -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 Updated README 2023-03-29 10:30:53 -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

Internals

  • Copy expression

Features

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

Prompt

  • Live syntax/output