Fixed precision arithmetic tracked in the types
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
generated-docs/Data
src/Data
.gitignore
.travis.yml
LICENSE
README.md
bower.json
package.json

README.md

purescript-fixed-precision

Build Status

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