Its a really simple CLI calculator featuring uhh... calculating? Oh yeah and it also has some mathematical functions.
To be more precise it features:
- Operator precedence and paretheses
- Trigonometric, algebraic and other functions
- pi constant(M_PI)
It only works on linux. Making it work on windows wouldn`t take much time, but.. Hey, atleast it works :D
Simply build with make:
git clone https://github.com/FishyNavi/calc.git
cd calc/src
make
./calc
Or you can download binary from releases instead.