1.0.2 • Published 11 months ago

easycompute v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

##安装 install

//安装 install

npm i easycompute
//引入以及调用方法 Importing and invoking methods

const compute = require('easycompute')

compute.add(arg1,arg2,...)

compute.sub(arg1,arg2)

compute.multiply(arg1,arg2,...)

compute.divide(arg1,arg2)
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago