Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pooltogether/fixed-point
https://github.com/pooltogether/fixed-point
Last synced: about 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:50:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T21:42:35.846Z (9 months ago)
- Language: Solidity
- Size: 1.96 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fixed Point Math
[![CircleCI](https://circleci.com/gh/pooltogether/fixed-point.svg?style=svg)](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
```