Awesome
purescript-fixed-precision
<a href="https://pursuit.purescript.org/packages/purescript-fixed-precision"> <img src="https://pursuit.purescript.org/packages/purescript-fixed-precision/badge" alt="Fixed Precision on Pursuit"> </img> </a>
This package implements a data type for fixed precision arithmetic, where precision is tracked in the types.
Getting Started
You can install this package using Bower:
bower install git@github.com:lumihq/purescript-fixed-precision.git
This library depends on the NPM big-integer
package, so you may also need to
npm install big-integer