1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-23 04:14:32 +00:00
This commit is contained in:
Michael Mclaughlin
2020-09-28 22:28:15 +01:00
parent e70384ea7e
commit be7d6b05ab
9 changed files with 26 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
#### 10.2.1
* 28/09/2020
* Correct `sqrt` initial estimate.
#### 10.2.0
* 08/05/2019
* #128 Workaround V8 `Math.pow` change.