Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pooltogether/fixed-point


https://github.com/pooltogether/fixed-point

Last synced: about 2 months ago
JSON representation

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
```