2.0.7 • Published 7 months ago

js-calculation v2.0.7

Weekly downloads
15
License
MIT
Repository
github
Last release
7 months ago

calculation.js@2.0.7

matters needing attention

Due to release errors, js-accuracy is changed to js-calculation from now on!

This only applies to small projects, and if you're building a large project, recommend that you use math.js to meet your needs!

You need to use Babel with it

install calculation.js

npm install js-calculation

use calculation.js

import calc from 'js-calculation'

calc('0.1 0.1 *') // 0.01
calc('0.1 0.1 * 0.1 -') // -0.09
calc('0.1 0.1 * 0.1 - 0.1 0.1 * +') // -0.08

mark

License

MIT

calculation.js@2.0.7

2.0.7

7 months ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

7 years ago