https://github.com/pooltogether/fixed-point
https://github.com/pooltogether/fixed-point
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pooltogether/fixed-point
- Owner: pooltogether
- License: mit
- Created: 2020-03-30T03:22:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:50:16.000Z (over 3 years ago)
- Last Synced: 2025-04-25T04:03:29.410Z (about 1 year 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
```