An extremely simple fixed point math library
npm install @pooltogether/fixed-point
This is a very simple fixed point math library.
To install use yarm or npm and install @pooltogether/fixed-point:
``sh`
$ yarn add @pooltogether/fixed-point
`sh`
$ npm i @pooltogether/fixed-point
Install the dependencies:
`sh`
$ yarn
Now run the tests:
`sh``
$ yarn test