# 11.calculator

> 自定义简单计算器模板

Latest version **1.0.1** (published 2018-07-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install 11.calculator
pnpm add 11.calculator
yarn add 11.calculator
bun add 11.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.1 |
| Published | 2018-07-09 |
| First published | 2018-07-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | sunny |
| Maintainers | sunny1218 |
| Keywords | node.js, 自定义模板, 计算器 |

## Links

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

## Recent versions

- 1.0.1 (latest) — 2018-07-09

## README

## 简介
  这是一个简单的计算器,能计算加减乘除

## 如何使用
    const calc=require('calc')

    console.log('加法的结果是 ${calc.add(数字1,数字2)}')

    console.log('减法的结果是 ${calc.sub(数字1,数字2)}')

    console.log('乘法的结果是 ${calc.cheng(数字1,数字2)}')
    
    console.log('除法的结果是 ${calc.chu(数字1,数字2)}')

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