Files
Josh Goldberg 9a9a98a608 (v0.5.2) Bumped gulp-shenanigans to 0.5.20
Also changed constants and equations to be public readonly members, and
equations to no longer take constants and equations in.

Fixes #1.
2016-11-30 00:11:53 -06:00

719 B

MathDecidr

Build Status NPM version

Computation runner for common equations with access to a set of constant values.

Build Process

MathDecidr uses Gulp to automate building, which requires Node.js.

To build from scratch, install NodeJS and run the following commands:

npm install -g gulp
npm install
gulp

See Build Details for detailed Gulp usage.