# @pooltogether/fixed-point

> An extremely simple fixed point math library

Latest version **1.0.0** (published 2021-03-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @pooltogether/fixed-point
pnpm add @pooltogether/fixed-point
yarn add @pooltogether/fixed-point
bun add @pooltogether/fixed-point
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-03-18 |
| First published | 2020-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 18.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Brendan Asselstine |
| Maintainers | aodhgan, dylandesrosier, asselstine, chuckbergeron |
| Keywords | blockchain, smart-contracts, ethereum |

## Links

- npm: https://www.npmjs.com/package/@pooltogether/fixed-point
- Repository: https://github.com/pooltogether/fixed-point
- npm.io page: https://npm.io/package/@pooltogether/fixed-point

## Recent versions

- 1.0.0 (latest) — 2021-03-18
- 1.0.0-beta.2 (beta) — 2020-12-08
- 0.1.0-upgradeable.1 (upgradeable) — 2020-05-15
- 1.0.0-beta.1 — 2020-12-07
- 0.1.0 — 2020-03-30

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

---
_Source: https://npm.io/package/@pooltogether/fixed-point · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
