Skip to content

Latest commit

 

History

History
57 lines (25 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

57 lines (25 loc) · 1.99 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2022-03-09)

Features

  • 重构部分逻辑实现,改善执行性能,并增加 benchmark 基准测试 (c6c5918)

1.1.5 (2021-09-25)

Bug Fixes

  • 修复 tofixed 在计算科学计算法表示的数据时异常(#6) (834c156)

1.1.2 (2021-03-30)

Bug Fixes

  • 修复 toFixed 方法小数结果为 0 时返回值错误的问题 (9fafac6)

1.1.1 (2021-03-20)

Bug Fixes

  • 修复 toFixed 方法对于 9.99 存在进位后无小数位的情况会报错的问题 (98c1197)

1.1.0 (2021-03-15)

Features

  • 新增 toFixed 方法,取代 Number.toFixed 在不同浏览器表现不一致的问题 (0267ff9)

Bug Fixes

  • 修正 div 方法的 bug(修正 Math.pow(-5) 导致的精度错误问题) (942bcfe)

1.0.6 (2020-11-28)

Bug Fixes

  • 修正 div 方法的 bug(修正 Math.pow(-5) 导致的精度错误问题) (8c168d8)

1.0.4 (2019-12-31)

Features

  • 增加AsmdCalc.value的get属性,可以通过读取value值得到当前的计算结果