# lib-large-number

> 大整数加法库

Latest version **1.0.15** (published 2020-07-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install lib-large-number
pnpm add lib-large-number
yarn add lib-large-number
bun add lib-large-number
```

## 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.15 |
| Published | 2020-07-28 |
| First published | 2020-07-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 12 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kevin_ZHANG |
| Maintainers | zyz82777 |

## Links

- npm: https://www.npmjs.com/package/lib-large-number
- Repository: https://github.com/KevinZyz/lib-large-number
- Homepage: https://github.com/KevinZyz/lib-large-number#readme
- Issues: https://github.com/KevinZyz/lib-large-number/issues
- npm.io page: https://npm.io/package/lib-large-number

## Recent versions

- 1.0.15 (latest) — 2020-07-28
- 1.0.14 — 2020-07-28
- 1.0.13 — 2020-07-28
- 1.0.12 — 2020-07-28
- 1.0.11 — 2020-07-28
- 1.0.10 — 2020-07-28
- 1.0.9 — 2020-07-28
- 1.0.8 — 2020-07-28
- 1.0.7 — 2020-07-28
- 1.0.6 — 2020-07-27
- 1.0.5 — 2020-07-23
- 1.0.4 — 2020-07-23
- 1.0.3 — 2020-07-23
- 1.0.2 — 2020-07-23
- 1.0.1 — 2020-07-23
- … 1 more at https://npm.io/package/lib-large-number/versions

## README

[![Build Status](https://travis-ci.com/KevinZyz/lib-large-number.svg?branch=master)](https://travis-ci.com/KevinZyz/lib-large-number)
[![Coverage Status](https://coveralls.io/repos/github/KevinZyz/lib-large-number/badge.svg?branch=master)](https://coveralls.io/github/KevinZyz/lib-large-number?branch=master)

[![NPM](https://nodei.co/npm/lib-large-number.png?downloads=true)](https://www.npmjs.com/package/lib-large-number)

This library is to solve the problem of loss of precision of the Number type due to the limitation of digits.

### Install
``` sh
npm i lib-large-number -S
```

``` javascript
import add from 'lib-large-number'
const result = add('99', '2'); 
console.log('result:', result); // 101
```

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