# npm-maths

> Does maths things

Latest version **1.3.0** (published 2021-03-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install npm-maths
pnpm add npm-maths
yarn add npm-maths
bun add npm-maths
```

## 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.3.0 |
| Published | 2021-03-28 |
| First published | 2021-03-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1015 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Marcus |
| Maintainers | marcussaw |
| Keywords | maths, math, package, npm |

## Links

- npm: https://www.npmjs.com/package/npm-maths
- npm.io page: https://npm.io/package/npm-maths

## 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.3.0 (latest) — 2021-03-28
- 1.2.0 — 2021-03-28
- 1.1.0 — 2021-03-28
- 1.0.0 — 2021-03-28

## README

How to use?

```js
const maths = require('npm-maths');
let multiply = maths.multiply(2, 1)
console.log(multiply) //Output 2
```

```js
const maths = require('npm-maths');
let divide = maths.divide(2, 1)
console.log(divide) //Output 2
```

```js
const maths = require('npm-maths');
let sum = maths.sum(2, 1)
console.log(sum) //Output 3
```

How to install?

```
npm i npm-maths
```

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