A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 4a343a0135
Updated TODO
2023-07-31 20:44:17 -07:00
.github/workflows Action version 2023-04-10 16:04:50 -07:00
buildscript Renamed token and pretoken 2023-06-16 12:58:06 -07:00
misc Modified banner 2023-04-02 22:06:33 -07:00
src Added is_poly_power 2023-07-31 20:43:50 -07:00
.editorconfig Edited actions 2023-04-10 14:07:04 -07:00
.gitignore Updated gitignore 2023-07-28 21:51:20 -07:00
Cargo.lock Minor edits 2023-07-31 17:02:50 -07:00
Cargo.toml Minor edits 2023-07-31 17:02:50 -07:00
LICENSE Added license 2023-03-27 10:55:20 -07:00
PKGBUILD Added pkgbuild 2023-07-29 12:53:00 -07:00
README.md Updated README 2023-07-31 16:59:25 -07:00
TODO.md Updated TODO 2023-07-31 20:44:17 -07:00

README.md

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
  • Supports nearly all physical units
    • Accounts for units in calculations
    • Explicit conversion operator -> or to