.. index:: single: quantiply_eval .. _quantiphy-eval-top: QuantiPhy Eval — Computations with Physical Quantities ====================================================== A companion to *QuantiPhy*, *quantiphy_eval* evaluates strings containing simple algebraic expressions that involve quantities. It returns a quantity. For example:: >>> from quantiphy_eval import evaluate >>> average = evaluate('($1.2M + $1.3M)/2', '$') >>> print(f'{average}') $1.25M You can download and install the latest stable version of the code from `PyPI `_ using:: pip3 install --user --upgrade quantiphy_eval You can find the latest development version of the source code on `Github `_. | Enjoy, | -Ken Contents: .. toctree:: :maxdepth: 1 Readme File