1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-24 21:04:32 +00:00
This commit is contained in:
Michael Mclaughlin
2017-06-27 22:08:50 +01:00
parent 22ac9377c6
commit 784a38a8db
5 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
#### 7.2.3
* 27/06/2017
* Bugfix: #58 `pow` sometimes throws when result is `Infinity`.
#### 7.2.2
* 25/06/2017
* Bugfix: #57 Powers of -1 for integers over `Number.MAX_SAFE_INTEGER`.