https://github.com/pooltogether/fixed-point
https://github.com/pooltogether/fixed-point
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pooltogether/fixed-point
- Owner: pooltogether
- License: mit
- Created: 2020-03-30T03:22:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:50:16.000Z (over 2 years ago)
- Last Synced: 2025-04-25T04:03:29.410Z (3 months ago)
- Language: Solidity
- Size: 1.96 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fixed Point Math
[](https://circleci.com/gh/pooltogether/fixed-point)
This is a very simple fixed point math library.
# Setup
To install use yarm or npm and install `@pooltogether/fixed-point`:
```sh
$ yarn add @pooltogether/fixed-point
``````sh
$ npm i @pooltogether/fixed-point
```# Development
Install the dependencies:
```sh
$ yarn
```Now run the tests:
```sh
$ yarn test
```