Calc
final name pending
Reverse Polish notation calculator for the console. Vaguely modelled after PCalc.
Features
- Reasonable, opinionated set of operations
- 128-bit integers and 64-bit floating pint throughout
- Binary, octal, decimal, and hexadecimal in- and output
- 52 registers
- Unlimited history and undo (subject to memory availability)
Development
It's a Cargo project, so all the usual apply, cargo build
, cargo run
, cargo test
, cargo doc
, etc.