1.0.0 • Published 5 years ago

dnwe-arith v1.0.0

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

DNWE-ARITH

浮点数计算工具

Build Setup

# install dependencies
npm install dnwe-arith

import arith from 'dnwe-arith'

arith.sum(array) --加法
arith.exc(array) --减法
arith.mul(array) --乘法
arith.div(array) --除法

#demo
arith.sum([1.01,1.02])

Author

Version

  • v1.0.0
1.0.0

5 years ago