dchassin / math

Linux command line math engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome

Online documentation is available https://docs.gridlabd.us/index.html?owner=dchassin&project=math&doc=/README.md.

Installation

To install math from the installs script, run the following command

% curl -sL https://raw.githubusercontent.com/dchassin/math/master/install.sh | bash

To install math manually, run the following commands

% curl -sL https://raw.githubusercontent.com/dchassin/math/master/src/math.py > /usr/local/bin/math
% chmod +x /usr/local/bin/math
% export PATH=/usr/local/bin:$PATH

About

Linux command line math engine

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 75.3%Language:Shell 12.0%Language:Ruby 6.4%Language:Makefile 6.3%