# darren-super-calculator

> Calculator that make your life easier

Latest version **0.1.0** (published 2017-04-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install darren-super-calculator
pnpm add darren-super-calculator
yarn add darren-super-calculator
bun add darren-super-calculator
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-04-18 |
| First published | 2017-04-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Darren |
| Maintainers | zidane9 |

## Links

- npm: https://www.npmjs.com/package/darren-super-calculator
- Repository: https://github.com/zidane9/npm-package
- Homepage: https://github.com/zidane9/npm-package#readme
- Issues: https://github.com/zidane9/npm-package/issues
- npm.io page: https://npm.io/package/darren-super-calculator

## Recent versions

- 0.1.0 (latest) — 2017-04-18

## README

# darren-super-calculator

** Description ** <br>
darren-super-calculator is a library to use to make calculation easier.

** Installation **
```
npm install darren-super-calculator --save
```

** Usage ** <br>
** calculator(whatTodo) ** <br>
  The parameter whatTodo is a string, you can enter one or more function from above, and if you use more than one function, you have to use 'zidane:' as separation :
* p(stringNumberCommaSeparated)<br>
  This is to sum calculation
* m(stringNumberCommaSeparated)<br>
    This is to substract calculation
* x(stringNumberCommaSeparated)<br>
    This is to multiply calculation
* d(stringNumberCommaSeparated)<br>
  This is to divide calculation

** Example of usage **
```javascript
let result = calculator('x(10,3)zidane:m(2,8)zidane:d(2,3)');
```

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