sanj0 / arpc

arpc reverse polish calculator written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arpc

arpc reverse polish calculator reads math in reverse polish notation from stdin and calculates!

Example

git clone https://github.com/sanj0/arpc.git
cd arpc
cargo r <<< 2 0.5 ^ 2 0.5 ^ *
2.0000000000000004 # whaaaaaaat? f64 is not suited for calculators???

About

arpc reverse polish calculator written in rust


Languages

Language:Rust 100.0%