A package for evaluation of math expressions in a Linux console.
- Clone the repository
git clone https://github.com/erstan/quees.git
- Run
install.sh
cd quees && chmod +x install.sh && \
sudo ./install.sh
Make sure that the ceval library is installed on your local machine. The package uses ceval
for evaluation of arithmetic expressions.