1.0.0 • Published 5 years ago

szhmqd27calchxf v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

#简介 这是一个简易版的加减乘除

安装

npm i szhmqd27calc_hxf -s

Usage

const calc = require('szhmqd27calc_hxf')
`
// 加法
    console.log(add(1+2))
// 减法
    console.log(substrict(1+2))
// 乘法
    console.log(multiply(1+2))
// 除法
console.log(divisionFunc(1+2))
`