高精度四则运算

主要依赖

big.js

使用:

let result = countFn([1, '/', 3, '+', '(', 0.1, '+', -0.2, ')']);
console.log(result) // 0.23333333333333334

计算结果示例:

源码地址:

https://github.com/Zper/countFn