# intmath

> A package to perform precise 64 and 128-bit math operations in typescript.

Latest version **0.5.0** (published 2017-08-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install intmath
pnpm add intmath
yarn add intmath
bun add intmath
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.0 |
| Published | 2017-08-07 |
| First published | 2017-08-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Venelin Efremov |
| Maintainers | ghent360 |
| Keywords | Int64, Int128 |

## Links

- npm: https://www.npmjs.com/package/intmath
- Repository: https://github.com/ghent360/intmath
- Homepage: https://github.com/ghent360/intmath#readme
- Issues: https://github.com/ghent360/intmath/issues
- npm.io page: https://npm.io/package/intmath

## Dependencies (5)

- [node](https://npm.io/package/node.md) ^8.2.1
- [ts-node](https://npm.io/package/ts-node.md) ^3.3.0
- [typescript](https://npm.io/package/typescript.md) ^2.4.2
- [@types/node](https://npm.io/package/@types/node.md) ^8.0.19
- [@types/webassembly-js-api](https://npm.io/package/@types/webassembly-js-api.md) 0.0.1

## Recent versions

- 0.5.0 (latest) — 2017-08-07

## README

Integer math library for 64-bit and 128-bit operations
======================================================

The library includes two classes Int64 and Int128. Both perform operations
on signed integer numbers with 64-bit and 128-bit respectively. The underlying
implementation uses WebAssembly to perform the operations.

TODO:
 * fix the toString()/fromString() implementations.
 * add support for Int128 division.

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