# bigi

> Big integers.

Latest version **1.4.2** (published 2016-07-27) · 0 weekly downloads

## Install

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

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.2 |
| Published | 2016-07-27 |
| First published | 2013-12-07 |
| Weekly downloads | 0 |
| TypeScript types | separate (@types/bigi) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51 |
| Maintainers | midnightlightning, sidazhang, nadav, jprichardson |
| Keywords | cryptography, math, bitcoin, arbitrary, precision, arithmetic, big, integer, int, number, biginteger, bigint, bignumber, decimal, float |

## Links

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

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 1.4.2 (latest) — 2016-07-27
- 1.4.1 — 2015-08-26
- 1.4.0 — 2014-11-20
- 1.3.0 — 2014-08-27
- 1.2.1 — 2014-07-03
- 1.2.0 — 2014-06-10
- 1.1.0 — 2014-05-13
- 1.0.0 — 2014-04-28
- 0.2.0 — 2013-12-07

## README

bigi
======

[![build status](https://secure.travis-ci.org/cryptocoinjs/bigi.png)](http://travis-ci.org/cryptocoinjs/bigi)
[![Coverage Status](https://img.shields.io/coveralls/cryptocoinjs/bigi.svg)](https://coveralls.io/r/cryptocoinjs/bigi)
[![Version](http://img.shields.io/npm/v/bigi.svg)](https://www.npmjs.org/package/bigi)

[![browser support](https://ci.testling.com/cryptocoinjs/bigi.png)](https://ci.testling.com/cryptocoinjs/bigi)

JavaScript library to manipulate big integers. Based on `jsbn` made by [Tom Wu](http://www-cs-students.stanford.edu/~tjw/jsbn/)

Official documentation: 

http://cryptocoinjs.com/modules/misc/bigi/

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