1.0.0 • Published 4 years ago

@pooltogether/fixed-point v1.0.0

Weekly downloads
48
License
MIT
Repository
github
Last release
4 years ago

Fixed Point Math

CircleCI

This is a very simple fixed point math library.

Setup

To install use yarm or npm and install @pooltogether/fixed-point:

$ yarn add @pooltogether/fixed-point
$ npm i @pooltogether/fixed-point

Development

Install the dependencies:

$ yarn

Now run the tests:

$ yarn test