# big-number-samicelus

> big-number calculate

Latest version **1.0.2** (published 2019-03-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install big-number-samicelus
pnpm add big-number-samicelus
yarn add big-number-samicelus
bun add big-number-samicelus
```

## 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.2 |
| Published | 2019-03-22 |
| First published | 2019-03-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 7.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | samicelus |
| Maintainers | samicelus |

## Links

- npm: https://www.npmjs.com/package/big-number-samicelus
- Repository: https://github.com/Samicelus/big-number-samicelus
- Issues: https://github.com/Samicelus/big-number-samicelus/issues
- npm.io page: https://npm.io/package/big-number-samicelus

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.11

## Recent versions

- 1.0.2 (latest) — 2019-03-22
- 1.0.1 — 2019-03-18
- 1.0.0 — 2019-03-18

## README

# big-number

# Install

```
$npm install big-number-samicelus
```

# Usage

```
const BIGNUMBER = require('big-number-samicelus');

const big_1 = new BIGNUMBER("87.708");

const big_2 = new BIGNUMBER("-198.996");

console.log(`${big_1.toString()} + ${big_2.toString()} = ${big_1.add(big_2).toString()}`);

console.log(`${big_1.toString()} - ${big_2.toString()} = ${big_1.subtract(big_2).toString()}`);

console.log(`${big_2.toString()} * ${-90.01} = ${big_2.multiply(-90.01).toString()}`)
```

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