All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2022-03-09)
- 重构部分逻辑实现,改善执行性能,并增加 benchmark 基准测试 (c6c5918)
1.1.2 (2021-03-30)
- 修复 toFixed 方法小数结果为 0 时返回值错误的问题 (9fafac6)
1.1.1 (2021-03-20)
- 修复 toFixed 方法对于 9.99 存在进位后无小数位的情况会报错的问题 (98c1197)
- 新增 toFixed 方法,取代 Number.toFixed 在不同浏览器表现不一致的问题 (0267ff9)
- 修正 div 方法的 bug(修正 Math.pow(-5) 导致的精度错误问题) (942bcfe)
- 修正 div 方法的 bug(修正 Math.pow(-5) 导致的精度错误问题) (8c168d8)
- 增加AsmdCalc.value的get属性,可以通过读取value值得到当前的计算结果