1.0.0 • Published 3 years ago

runmath v1.0.0

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

安装

 npm install runmath

说明

let math=require('runmath')
math.jia(1,2) //3
math.jian(1,2) //-1
math.cheng(1,2)//2
math.chu(1,2)//0.5
1.0.0

3 years ago