A library for calculations with arbitrary length numbers. This is a simple wrapper around decimal.js by Michael M.
You can install this package via Bower. You will also need decimal.js, which can be installed via npm:
bower install purescript-decimal
npm install decimal.js
For the browser, remember to bundle decimal.min.js with your code.
bower install
npm install
Then, use pulp to build, run tests and generate the documentation.
- sharkdp for doing pretty much all of the work!