1.0.3 • Published 5 years ago

szpd25cale v1.0.3

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

这是一个吊炸天的计算机 this is very cool calc ##安装(Installation)

npm install szpd25cale

##使用(Usage)

const szpd25cale = require('szpd25cale')

szpd25cale.add(10,15) // 加法 szpd25cale.jian(10,15) // 减法 szpd25cale.chen(10,15) // 乘法 szpd25cale.chu(10,15) // 除法

const add = szpd25cale.add(10,15)