1.0.2 • Published 1 year ago

easycompute v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago