usze

Crates.iousze
lib.rsusze
version0.1.0
sourcesrc
created_at2024-05-23 17:06:18.017516
updated_at2024-05-23 17:06:18.017516
descriptionSometimes you just need a calculator
homepage
repositoryhttps://github.com/FreddieGilbraith/usze
max_upload_size
id1249784
size16,018
Freddie Gilbraith (FreddieGilbraith)

documentation

README

usze

A reverse polish notation CLI calculator

Sometimes you just need to do some quick arithmetic. Takes input from stdin or cli arguments

Example

Interactive Mode

calc

enter to evaluate, ctrl-c to exit

Argument Mode

calc 2 3 + 4 /

Operators

  • + Add
  • - Minus
  • * or x Multiply
  • / Divide
  • ^ Pow
  • % Swap
  • # Duplicate
  • _ Drop
  • log Logarithm
  • get Set Register
  • set Get from Register

Features

  • basic operation
  • 256 registers
  • stdin / args interleaving
  • separate inprogress output to stderr
Commit count: 7

cargo fmt