Skip to content

shaozecai/arith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

浮点数计算工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published