Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 797 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 797 Bytes

purescript-fixed-precision

Build Status Fixed Precision on Pursuit

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 [email protected]:lumihq/purescript-fixed-precision.git

This library depends on the NPM big-integer package, so you may also need to

npm install big-integer