A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 4eb476c2b7
Fixed unary operators
2023-03-27 10:55:14 -07:00
misc Branding 2023-03-25 21:38:59 -07:00
src Fixed unary operators 2023-03-27 10:55:14 -07:00
.gitignore Added meta files 2023-03-18 19:36:15 -07:00
Cargo.lock Reworked prompt 2023-03-23 22:10:53 -07:00
Cargo.toml Reworked prompt 2023-03-23 22:10:53 -07:00
README.md Branding 2023-03-25 21:38:59 -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

  • Tests
  • Branding
  • Replace strings with &str?
  • Function application
  • Commands
  • Arrows to move cursor
  • Documentation
  • Versioning

General

  • CLI Options
  • Compile to WASM => webapp

Internals

  • Non-recursive treeify
  • 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