# @sruthisuresh/simple-calculator

> A simple calculator with basic arithmetic functions

Latest version **1.0.2** (published 2021-04-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install @sruthisuresh/simple-calculator
pnpm add @sruthisuresh/simple-calculator
yarn add @sruthisuresh/simple-calculator
bun add @sruthisuresh/simple-calculator
```

## 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 | 2021-04-17 |
| First published | 2021-04-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Sruthi Suresh |
| Maintainers | sruthisuresh |
| Keywords | calculator, add, subtract, multiply, divide |

## Links

- npm: https://www.npmjs.com/package/@sruthisuresh/simple-calculator
- Repository: https://github.com/sruthi-98/simple-calculator
- Homepage: https://github.com/sruthi-98/simple-calculator#readme
- Issues: https://github.com/sruthi-98/simple-calculator/issues
- npm.io page: https://npm.io/package/@sruthisuresh/simple-calculator

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2021-04-17
- 1.0.1 — 2021-04-17
- 1.0.0 — 2021-04-17

## README

### Simple Calculator

A simple calculator with basic arithmetic functions

### Installation

~~~
npm install @sruthisuresh/simple-calculator
~~~

### Usage

~~~
const { add, subtract, divide, multiply } = require('@sruthisuresh/simple-calculator');

add(6, 3)
// returns 9

subtract(6, 3)
// returns 3

multiply(6, 3)
// returns 18

divide(6, 3)
// returns 2
~~~

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