This week I’ve published a script for preforming floating point Math on the command-line via Awk script.

Check the documentation for detailed getting started and usage instructions, the source code is available on GitHub, and a live [demo][demo__calc] is hosted by GitHub Pages.

Example Usage

calc.awk <<<'2 + 2'
#> 4