Powerful yet easy command line calculator
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/01/powerful-yet-easy-command-line-calculator_61e497cc3854d-375x210.jpeg)
Powerful yet easy command line calculator.
Example Usage
cos(pi/2)
0xFF ^ 0b10
2**8-1
log(2)
factorial(42)
Configuration
In order to run it from anywhere: Add a symbolic link in ~/bin
cd ~/bin
ln -s ~/path/to/your/install/cli_calc/warpper.sh calc
Then use it anywhere. 🙂