Fixed Point Math
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