A pretty TUI scientific calculator. https://daisy.betalupi.com
 
 
 
 
 
 
Go to file
Mark 47cbd29c27
Added detailed conversion error
2023-08-01 09:43:47 -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 detailed conversion error 2023-08-01 09:43:47 -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 Version bump 2023-07-31 20:44:36 -07:00
Cargo.toml Version bump 2023-07-31 20:44:36 -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 Minor cleanup 2023-08-01 09:07:33 -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